chiark / gitweb /
execute: talk directly to the journald, instead to the stdout-syslog-bridge
[elogind.git] / src / socket.h
index 01ea48d62f7b82460f0d944b9fdf735bd1e03c97..fbd29dad7243d1fc1988eb39719fa32dd9d00324 100644 (file)
@@ -116,6 +116,9 @@ struct Socket {
         /* Socket options */
         bool keep_alive;
         bool free_bind;
+        bool transparent;
+        bool broadcast;
+        bool pass_cred;
         int priority;
         int mark;
         size_t receive_buffer;