summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-20 05:02:23 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-20 05:02:23 +0200
commitb0a3f2bc097999f63d3205bb175ad7a6695363a0 (patch)
treeb1529fc80afd6e2ee75098e3e7aab1b569447784 /src/socket.h
parent944d4c91e68508d997409008ab7acd8d6e162965 (diff)
socket: support ListeSpecial= sockets
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index 9dd9f55fd..b83c34cf6 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;