clsync
Loading...
Searching...
No Matches
mon_bsm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int bsm_init (ctx_t *ctx_p)
 
int bsm_add_watch_dir (struct ctx *ctx_p, struct indexes *indexes_p, const char *const accpath)
 
int bsm_deinit (ctx_t *ctx_p)
 

Variables

int(* bsm_wait )(struct ctx *ctx_p, struct indexes *indexes_p, struct timeval *timeout_p)
 
int(* bsm_handle )(struct ctx *ctx_p, struct indexes *indexes_p)
 

Function Documentation

◆ bsm_add_watch_dir()

int bsm_add_watch_dir ( struct ctx * ctx_p,
struct indexes * indexes_p,
const char *const accpath )
extern

Definition at line 841 of file mon_bsm.c.

Here is the caller graph for this function:

◆ bsm_deinit()

int bsm_deinit ( ctx_t * ctx_p)
extern

Definition at line 854 of file mon_bsm.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ bsm_init()

int bsm_init ( ctx_t * ctx_p)
extern

Definition at line 303 of file mon_bsm.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ bsm_handle

int(* bsm_handle) (struct ctx *ctx_p, struct indexes *indexes_p) ( struct ctx * ctx_p,
struct indexes * indexes_p )
extern

Definition at line 80 of file mon_bsm.c.

◆ bsm_wait

int(* bsm_wait) (struct ctx *ctx_p, struct indexes *indexes_p, struct timeval *timeout_p) ( struct ctx * ctx_p,
struct indexes * indexes_p,
struct timeval * timeout_p )
extern

Definition at line 79 of file mon_bsm.c.