💾 Archived View for gmi.noulin.net › gitRepositories › liveserver › file › inoty.h.gmi captured on 2023-01-29 at 13:16:45. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
inoty.h (295B)
1 2 #include <sys/inotify.h> 3 4 #define EVENT_SIZE ( sizeof (struct inotify_event) ) 5 #define EVENT_BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) 6 7 #define inotiFy_init inotify_init 8 #define inotiFy_add_watch inotify_add_watch 9 #define inotiFy_event inotify_event 10 #define inotiFy_rm_watch inotify_rm_watch