Go to the documentation of this file. 1 #ifndef _inotifytools_H
2 #define _inotifytools_H
16 #define MAX_STRLEN 4096
36 char const * newname );
38 char const * newname );
43 char const** eventname,
57 char const** exclude_list);
64 int inotifytools_get_stat_by_wd(
int wd,
int event );
65 int inotifytools_get_stat_total(
int event );
66 int inotifytools_get_stat_by_filename(
char const * filename,
68 void inotifytools_initialize_stats();
69 int inotifytools_initialize();
89 #endif // _inotifytools_H
This structure holds string that can contain any character including NULL.