]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/fs-util.h
journal: add inotify watches by-fd instead of by-path
[thirdparty/systemd.git] / src / basic / fs-util.h
index 0d23f8635fe6b14a729f83dc32d7558bb7245748..517b599d6f09751b9128612572e904f56513ba42 100644 (file)
@@ -72,3 +72,5 @@ union inotify_event_buffer {
         struct inotify_event ev;
         uint8_t raw[INOTIFY_EVENT_MAX];
 };
+
+int inotify_add_watch_fd(int fd, int what, uint32_t mask);