25#ifndef SURICATA_UTIL_PID_H
26#define SURICATA_UTIL_PID_H
int SCPidfileTestRunning(const char *pid_filename)
Check the Suricata pid file (used at the startup)
void SCPidfileRemove(const char *)
Remove the pid file (used at the startup)
int SCPidfileCreate(const char *)
Write a pid file (used at the startup) This commonly needed by the init scripts.