diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-20 05:02:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-20 05:02:23 +0200 |
commit | b0a3f2bc097999f63d3205bb175ad7a6695363a0 (patch) | |
tree | b1529fc80afd6e2ee75098e3e7aab1b569447784 /src/socket.h | |
parent | 944d4c91e68508d997409008ab7acd8d6e162965 (diff) |
socket: support ListeSpecial= sockets
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 9dd9f55fde..b83c34cf61 100644 --- a/src/socket.h +++ b/src/socket.h @@ -58,6 +58,7 @@ typedef enum SocketExecCommand { typedef enum SocketType { SOCKET_SOCKET, SOCKET_FIFO, + SOCKET_SPECIAL, _SOCKET_FIFO_MAX, _SOCKET_FIFO_INVALID = -1 } SocketType; |