|
Greenbone Vulnerability Management Libraries 22.30.0
|
PID-file management. More...
#include "pidfile.h"#include <errno.h>#include <glib.h>#include <glib/gstdio.h>#include <libgen.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | G_LOG_DOMAIN "libgvm base" |
| GLib log domain. | |
Functions | |
| int | pidfile_create (gchar *pid_file_path) |
| Create a PID-file. | |
| void | pidfile_remove (gchar *pid_file_path) |
| Remove PID file. | |
PID-file management.
| #define G_LOG_DOMAIN "libgvm base" |
GLib log domain.
| 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" |
| 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" |