|
OpenVAS Libraries
8.0.8
|
#include <glib.h>Go to the source code of this file.
Functions | |
| int | pidfile_create (gchar *) |
| Create a PID-file. More... | |
| void | pidfile_remove (gchar *) |
| Remove PID file. More... | |
| int pidfile_create | ( | gchar * | daemon_name | ) |
Create a PID-file.
A standard PID file will be created for the given daemon name.
| [in] | daemon_name | The name of the daemon (e.g. "openvasmd") |
| void pidfile_remove | ( | gchar * | daemon_name | ) |
Remove PID file.
| [in] | daemon_name | The name of the daemon (e.g. "openvasmd") |
1.8.11