chiark / gitweb /
journal: if two entries match with everything but seqnums, they are still identical
[elogind.git] / src / socket.h
index 01ea48d62f7b82460f0d944b9fdf735bd1e03c97..fd13ac4e4c8e035033523f9b6bb64a085d7a813a 100644 (file)
@@ -116,6 +116,8 @@ struct Socket {
         /* Socket options */
         bool keep_alive;
         bool free_bind;
+        bool transparent;
+        bool broadcast;
         int priority;
         int mark;
         size_t receive_buffer;