Skip to content

Commit

Permalink
libdill.c used dill_ prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Apr 16, 2018
1 parent c811627 commit a13b1d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@

#include "cr.h"
#include "handle.h"
#include "libdillimpl.h"
#include "utils.h"
#include "ctx.h"

#define DILL_DISABLE_RAW_NAMES
#include "libdillimpl.h"

struct dill_handle {
/* Table of virtual functions. */
struct hvfs *vfs;
Expand Down
4 changes: 3 additions & 1 deletion libdill.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
#include <stdint.h>

#include "cr.h"
#include "libdill.h"
#include "pollset.h"
#include "utils.h"

#define DILL_DISABLE_RAW_NAMES
#include "libdillimpl.h"

int dill_msleep(int64_t deadline) {
/* Return ECANCELED if shutting down. */
int rc = dill_canblock();
Expand Down

0 comments on commit a13b1d1

Please sign in to comment.