diff options
Diffstat (limited to 'init/service_utils.h')
-rw-r--r-- | init/service_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/service_utils.h b/init/service_utils.h index 9b65dca74..65a2012ff 100644 --- a/init/service_utils.h +++ b/init/service_utils.h @@ -54,6 +54,7 @@ struct SocketDescriptor { int perm = 0; std::string context; bool passcred = false; + bool listen = false; bool persist = false; // Create() creates the named unix domain socket in /dev/socket and returns a Descriptor object. |