|
Greenbone Vulnerability Management Libraries 22.32.0
|
PID-file management. More...
#include <glib.h>

Go to the source code of this file.
Functions | |
| int | pidfile_create (gchar *) |
| Create a PID-file. | |
| void | pidfile_remove (gchar *) |
| Remove PID file. | |
PID-file management.
Definition in file pidfile.h.
| int pidfile_create | ( | gchar * | pid_file_path | ) |
Create a PID-file.
A standard PID file will be created for the given path.
| [in] | pid_file_path | The full path of the pid file. E.g. "/tmp/service1.pid" |
Definition at line 40 of file pidfile.c.
Referenced by Ensure(), Ensure(), Ensure(), and Ensure().

| void pidfile_remove | ( | gchar * | pid_file_path | ) |
Remove PID file.
| [in] | pid_file_path | The full path of the pid file. E.g. "/tmp/service1.pid" |
Definition at line 87 of file pidfile.c.
Referenced by Ensure(), Ensure(), and Ensure().
