Modules | |
group | Error conditions |
Various error messages the MNT daemon can raise. | |
group | D-BUS Manager |
Manager for D-BUS messages for MNT Daemon. | |
group | D-BUS interface biz.bambach.Mnt.Volume |
D-BUS interface for generic volume operations. | |
group | Mount helper for mounting/unmounting devices |
Some helper functions for mounting and unmounting device on a directory. | |
group | Volume Handler |
Handle Volume objects. | |
group | Helper for parsing config file |
Some helper functions for parsing the XML config file with expat. | |
group | Volume Manager Handler |
Manage Volumes in maps. | |
Functions | |
void | usage (void) |
Show usage. | |
void | sig_quit (int signum) |
Quit daemon if signal is reached. | |
void | sig_reload (int signum) |
Reload daemon if signal is reached. | |
void | mntd_cb_disconnect (void *user_data) |
Callback when disconnected from dbus. | |
int | main (int argc, char *argv[]) |
Entry point for MNT daemon. |
|
|
Callback when disconnected from dbus.
Definition at line 132 of file main.c. References MNTDDATA_::loop, and MNTDDATA_::quit_reason. |
|
Quit daemon if signal is reached.
Definition at line 95 of file main.c. References MNTDDATA_::loop, MNTDDATA_::quit_reason, and sb_signal_handler_t. Referenced by main(). |
|
Reload daemon if signal is reached.
Definition at line 113 of file main.c. References MNTDDATA_::loop, MNTDDATA_::quit_reason, and sb_signal_handler_t. Referenced by main(). |