fdev: Improve fdev handling with epoll
[src/app-framework-binder.git] / src / fdev.h
index 9fbcb75..1e2f49f 100644 (file)
@@ -27,6 +27,7 @@ struct fdev_itf
        void (*unref)(void *closure);
        void (*disable)(void *closure, const struct fdev *fdev);
        void (*enable)(void *closure, const struct fdev *fdev);
+       void (*update)(void *closure, const struct fdev *fdev);
 };
 
 extern struct fdev *fdev_create(int fd);