Functions | |
int | mainloop_stop (int force) |
int | mainloop_run (int argc, char *argv[]) |
int mainloop_stop | ( | int | force | ) |
Quit the mainloop.
force | If nonzero and no mainloop, exit the process with failure |
Referenced by sighnd_terminate().
int mainloop_run | ( | int | argc, | |
char * | argv[] | |||
) |
This is clockd mainloop.
Args:
-d enable debug mode
argc | argc | |
argv | argv |
Referenced by main().