12 #ifndef WS_FSDAEMON_LOADER_H__
13 #define WS_FSDAMEON_LOADER_H__
int daemonize()
daemonize the server, fork and put it in backgroud
Loads the FsDaemon depending on the params passed as args.
Main class of the FsDaemon.
int start()
launch the server
bool m_daemon
daemonize or not
WsGlobalProperties * m_props
Take charge of FS operations.
WsFsDaemonLoader(WsGlobalProperties *props, bool daemon=false)
Constructor.
~WsFsDaemonLoader()
destructor