Skip to content

Commit

Permalink
Fixed "Doesn't work on relative path as watch-dir"
Browse files Browse the repository at this point in the history
Fix of #102
  • Loading branch information
xaionaro committed Dec 24, 2014
1 parent 34d0067 commit 5e6cfe1
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 154 deletions.
2 changes: 2 additions & 0 deletions common.h
Expand Up @@ -151,6 +151,8 @@ enum paramsource_enum {
PS_CONFIG,
PS_CONTROL,
PS_DEFAULTS,
// PS_REHASH,
PS_CORRECTION,
};
typedef enum paramsource_enum paramsource_t;

Expand Down
3 changes: 2 additions & 1 deletion ctx.h
Expand Up @@ -359,7 +359,8 @@ struct ctx {
char *handlerfpath;
void *handler_handle;
api_functs_t handler_funct;
char *rulfpath;
char *rulfpath;
size_t rulfpathsize;
char *listoutdir;
struct notifyenginefuncts notifyenginefunct;
int retries;
Expand Down

0 comments on commit 5e6cfe1

Please sign in to comment.