File: systemd-sd-daemon.h

package info (click to toggle)
rdma-core 61.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,124 kB
  • sloc: ansic: 176,798; python: 15,496; sh: 2,742; perl: 1,465; makefile: 73
file content (16 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define SD_LISTEN_FDS_START 3

static inline int sd_listen_fds(int unset_environment)
{
	return 0;
}

static inline int sd_is_socket(int fd, int family, int type, int listening)
{
	return 0;
}

static inline int sd_notify(int unset_environment, const char *state)
{
	return 0;
}