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