X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-socket.c;h=60a8d0501c4feeb44dbe962201c4f84e8e8352ee;hb=15c60e99a974782351ca8a5ed438dc3729eb5fe7;hp=da317edb86d38c3c640ce922d0e5847813562e24;hpb=d7550a6752be85f98408a86b7ae23a033e9b2983;p=elogind.git diff --git a/src/core/dbus-socket.c b/src/core/dbus-socket.c index da317edb8..60a8d0501 100644 --- a/src/core/dbus-socket.c +++ b/src/core/dbus-socket.c @@ -67,6 +67,7 @@ " \n" \ " \n" \ " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ @@ -86,7 +87,7 @@ BUS_UNIT_INTERFACES_LIST \ "org.freedesktop.systemd1.Socket\0" -const char bus_socket_interface[] _introspect_("Socket") = BUS_SOCKET_INTERFACE; +const char bus_socket_interface[] = BUS_SOCKET_INTERFACE; const char bus_socket_invalidating_properties[] = "ExecStartPre\0" @@ -194,6 +195,7 @@ static const BusProperty bus_socket_properties[] = { { "MessageQueueMaxMessages", bus_property_append_long, "x", offsetof(Socket, mq_maxmsg) }, { "MessageQueueMessageSize", bus_property_append_long, "x", offsetof(Socket, mq_msgsize) }, { "Result", bus_socket_append_socket_result, "s", offsetof(Socket, result) }, + { "ReusePort", bus_property_append_bool, "b", offsetof(Socket, reuseport) }, { "SmackLabel", bus_property_append_string, "s", offsetof(Socket, smack), true }, { "SmackLabelIPIn", bus_property_append_string, "s", offsetof(Socket, smack_ip_in), true }, { "SmackLabelIPOut",bus_property_append_string, "s", offsetof(Socket, smack_ip_out), true },