1 #ifndef _inotifytools_H
2 #define _inotifytools_H
16 #define MAX_STRLEN 4096
36 char const * newname );
38 char const * newname );
54 char const** exclude_list);
61 int inotifytools_get_stat_by_wd(
int wd,
int event );
62 int inotifytools_get_stat_total(
int event );
63 int inotifytools_get_stat_by_filename(
char const * filename,
65 void inotifytools_initialize_stats();
66 int inotifytools_initialize();
This structure holds string that can contain any character including NULL.