nfs-ganesha 1.4

ExternalControl.h

Go to the documentation of this file.
00001 
00002 #define ECL_MAX_ERRMSG_LEN  1024
00003 
00011 int ECL_datacache_load_file(const char *filepath, char *errmsg);
00012 
00020 int ECL_datacache_sync_file(const char *filepath, char *errmsg);
00021 
00029 int ECL_datacache_flush_file(const char *filepath, char *errmsg);
00030 
00038 int ECL_datacache_reload_file(const char *filepath, char *errmsg);
00039 
00046 int ECL_halt_server(char *errmsg);