1#ifndef _CRTX_FANOTIFY_H
2#define _CRTX_FANOTIFY_H
14#include <sys/fanotify.h>
23 unsigned int init_flags;
24 unsigned int event_f_flags;
25 unsigned int mark_flags;
33void crtx_fanotify_get_path(
int fd,
char **path,
size_t *length,
char *format);
36CRTX_DECLARE_ALLOC_FUNCTION(fanotify)
38void crtx_fanotify_init();
39void crtx_fanotify_finish();
base structure of a listener
Definition core.h:186