fsautoproc
Basic file transformation automation management utility
|
Hook functions for file system search events. More...
#include <deng.h>
Data Fields | |
void(* | notify )(enum deng_notif_t notif) |
Progress notification event. | |
void(* | new )(struct inode_s *in) |
New file event. | |
void(* | del )(struct inode_s *in) |
Deleted file event. | |
void(* | mod )(struct inode_s *in) |
Modified file event. | |
void(* | nop )(struct inode_s *in) |
Unmodified file event. | |
Hook functions for file system search events.
void(* deng_hooks_s::del) (struct inode_s *in) |
Deleted file event.
void(* deng_hooks_s::mod) (struct inode_s *in) |
Modified file event.
void(* deng_hooks_s::new) (struct inode_s *in) |
New file event.
void(* deng_hooks_s::nop) (struct inode_s *in) |
Unmodified file event.
void(* deng_hooks_s::notify) (enum deng_notif_t notif) |
Progress notification event.