Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions libsystemd/sd-daemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#include <stdint.h>
#include <sys/types.h>

#ifdef __cplusplus
extern "C" {
#endif

#define SD_LISTEN_FDS_START 3

/* systemd logging defines for stderr parsing by Finit */
Expand Down Expand Up @@ -35,4 +39,8 @@ int sd_watchdog_enabled(int unset_environment, uint64_t *usec);
/* System detection */
int sd_booted(void);

#ifdef __cplusplus
}
#endif

#endif /* SD_DAEMON_H_ */