fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
deng_hooks_s Struct Reference

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.
 

Detailed Description

Hook functions for file system search events.

Field Documentation

◆ del

void(* deng_hooks_s::del) (struct inode_s *in)

Deleted file event.

◆ mod

void(* deng_hooks_s::mod) (struct inode_s *in)

Modified file event.

◆ new

void(* deng_hooks_s::new) (struct inode_s *in)

New file event.

◆ nop

void(* deng_hooks_s::nop) (struct inode_s *in)

Unmodified file event.

◆ notify

void(* deng_hooks_s::notify) (enum deng_notif_t notif)

Progress notification event.


The documentation for this struct was generated from the following file: