summaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-08-25 18:20:56 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-28 23:09:54 +0900
commitc968d76a382f905b419cacd23a6b20aa31aca580 (patch)
treeef22cef88423bf54f05b338125f23eeb1183a329 /src/core/socket.h
parent810ef3180ead97e678cbf7b1107c6fdb424c95de (diff)
downloadsystemd-c968d76a382f905b419cacd23a6b20aa31aca580.tar.gz
core/socket: support "systemctl clean" for socket units
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index c4e25db1fc..9e0be15ba8 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -103,6 +103,7 @@ struct Socket {
mode_t socket_mode;
SocketResult result;
+ SocketResult clean_result;
char **symlinks;