From 2278df1493e064c197913e49b5d1935942d83448 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 6 May 2025 16:57:32 -0700 Subject: initial import --- include/fanotify.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/fanotify.h (limited to 'include/fanotify.h') diff --git a/include/fanotify.h b/include/fanotify.h new file mode 100644 index 0000000..d58109f --- /dev/null +++ b/include/fanotify.h @@ -0,0 +1,6 @@ +#pragma once + +#include "agent_context.h" + +int setup_fanotify(void); +void select_fanotify(int fan_fd, agent_context_t *ctx); -- cgit v1.2.3