systemd.daemon

systemd/sd-daemon.h

Members

Aliases

pid_t
alias pid_t = size_t
Undocumented in source.

Functions

sdBooted
bool sdBooted()
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_status
int sdNotify_status(int unset_environment, string status)
int sdNotify_status(string status)
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)
sdWatchdogEnabled
Duration sdWatchdogEnabled(int unset_environment)
sd_booted
int sd_booted()
sd_is_fifo
int sd_is_fifo(int fd, char* path)
sd_is_mq
int sd_is_mq(int fd, char* path)
sd_is_socket
int sd_is_socket(int fd, int family, int type, int listening)
sd_is_socket_inet
int sd_is_socket_inet(int fd, int family, int type, int listening, ushort port)
sd_is_socket_sockaddr
int sd_is_socket_sockaddr(int fd, int type, sockaddr* addr, uint addr_len, int listening)
sd_is_socket_unix
int sd_is_socket_unix(int fd, int type, int listening, char* path, size_t length)
sd_is_special
int sd_is_special(int fd, char* path)
sd_listen_fds
int sd_listen_fds(int unset_environment)
sd_listen_fds_with_names
int sd_listen_fds_with_names(int unset_environment, char*** names)
sd_notify
int sd_notify(int unset_environment, char* state)
sd_notifyf
int sd_notifyf(int unset_environment, char* format, ...)
sd_pid_notify
int sd_pid_notify(pid_t pid, int unset_environment, char* state)
sd_pid_notify_with_fds
int sd_pid_notify_with_fds(pid_t pid, int unset_environment, char* state, int* fds, uint n_fds)
sd_pid_notifyf
int sd_pid_notifyf(pid_t pid, int unset_environment, char* format, ...)
sd_watchdog_enabled
int sd_watchdog_enabled(int unset_environment, ulong* usec)

Imports

sockaddr (from core.sys.posix.sys.socket)
public import core.sys.posix.sys.socket : sockaddr;
Undocumented in source.

Mixins

__anonymous
mixin SSLL_INIT
Undocumented in source.

Meta