chiark / gitweb /
log: rework logging subsystem to support syslog and kmsg output
[elogind.git] / socket.h
index 557512d12b456fdf3ccba1e1bdf96dbe2690c1d7..356341f2a6f1f67794306d7c03b567a2a9471293 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -93,6 +93,8 @@ struct Socket {
         pid_t control_pid;
 
         char *bind_to_device;
+        mode_t directory_mode;
+        mode_t socket_mode;
 
         bool failure;
         Watch timer_watch;