Searched defs:sd_pid_notify_with_fds (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c404 _public_ int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, unsigned n_fds) { function
529 return sd_pid_notify_with_fds(pid, unset_environment, state, NULL, 0);
533 return sd_pid_notify_with_fds(0, unset_environment, state, NULL, 0);

Completed in 11 milliseconds