suricata
util-systemd.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: MIT-0 */
2
3/* Implement the systemd notify protocol without external dependencies.
4 * Supports both readiness notification on startup and on reloading,
5 * according to the protocol defined at:
6 * https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html
7 * This protocol is guaranteed to be stable as per:
8 * https://systemd.io/PORTABILITY_AND_STABILITY/ */
9
10#ifndef SURICATA_UTIL_SYSTEMD_H
11#define SURICATA_UTIL_SYSTEMD_H
12
14
15#endif /* SURICATA_UTIL_SYSTEMD_H */
int SystemDNotifyReady(void)