X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsocket.h;h=fd13ac4e4c8e035033523f9b6bb64a085d7a813a;hp=01ea48d62f7b82460f0d944b9fdf735bd1e03c97;hb=1cc101f1e59ca2f5e87dea48ac9ed98c6f077b3b;hpb=916abb21d0a6653e0187b91591e492026886b0a4 diff --git a/src/socket.h b/src/socket.h index 01ea48d62..fd13ac4e4 100644 --- a/src/socket.h +++ b/src/socket.h @@ -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;