sdnotify

Undocumented in source.

Members

Aliases

pid_t
alias pid_t = size_t
Undocumented in source.

Functions

cleanupSystemDLib
void cleanupSystemDLib()
initSystemDLib
void initSystemDLib()
sdNotify
int sdNotify(int unset_environment, string state)
sdNotify_ready
int sdNotify_ready(int unset_environment)
sdNotify_reloading
int sdNotify_reloading(int unset_environment)
sdNotify_stopping
int sdNotify_stopping(int unset_environment)
sdNotify_watchdog
int sdNotify_watchdog(int unset_environment)

shortcut

sdNotifyf
int sdNotifyf(int unset_environment, string fmt, Args args)
sdPidNotify
int sdPidNotify(pid_t pid, int unset_environment, string state)
sdPidNotifyf
int sdPidNotifyf(pid_t pid, int unset_environment, string fmt, Args args)
sd_journal_perror
int sd_journal_perror(char* message)
Undocumented in source. Be warned that the author may not have intended to support it.
sd_journal_print
int sd_journal_print(int priority, char* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
sd_journal_send
int sd_journal_send(char* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
sd_journal_sendv
int sd_journal_sendv(iovec* buf, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
sd_notify
int sd_notify(int unset_environment, char* state)
Undocumented in source. Be warned that the author may not have intended to support it.
sd_pid_notify
int sd_pid_notify(pid_t pid, int unset_environment, char* state)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

iovec (from core.sys.posix.sys.uio)
public import core.sys.posix.sys.uio : iovec;
Undocumented in source.

Mixins

__anonymous
mixin SSLL_INIT
Undocumented in source.

Meta