#include <stdio.h>#include <unistd.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#include "share.h"Go to the source code of this file.
Defines | |
| #define | CHECK_LOCKFILE_FREQUENCY 1 |
Functions | |
| void | create_lockfile (void) |
| void | check_lockfile (void) |
Variables | |
| char * | directory |
| char * | lockfile |
|
|
Definition at line 31 of file lockfile.h. Referenced by check_lockfile(). |
|
|
Definition at line 60 of file lockfile.c. References CHECK_LOCKFILE_FREQUENCY, and lockfile. Referenced by main(). |
|
|
Definition at line 24 of file lockfile.c. References DIE, directory, and lockfile. Referenced by main(). |
|
|
Definition at line 35 of file lockfile.h. Referenced by create_lockfile(), main(), and process_rss(). |
|
|
Definition at line 36 of file lockfile.h. Referenced by catch_signal(), check_lockfile(), create_lockfile(), kill_rssbgr(), and main(). |
1.3.6