mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-12 14:17:47 +00:00
inotify event types should be local to inotify
This commit is contained in:
parent
bf8fc03480
commit
d44cbf2b0b
10
inotify.c
10
inotify.c
@ -42,11 +42,11 @@
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Event types.
|
||||
*/
|
||||
const char * ATTRIB = "Attrib";
|
||||
const char * MODIFY = "Modify";
|
||||
const char * CREATE = "Create";
|
||||
const char * DELETE = "Delete";
|
||||
const char * MOVE = "Move";
|
||||
static const char * ATTRIB = "Attrib";
|
||||
static const char * MODIFY = "Modify";
|
||||
static const char * CREATE = "Create";
|
||||
static const char * DELETE = "Delete";
|
||||
static const char * MOVE = "Move";
|
||||
|
||||
/**
|
||||
* The inotify file descriptor.
|
||||
|
Loading…
Reference in New Issue
Block a user