chiark / gitweb /
bus: don't process Peer interface messages in the proxy
[elogind.git] / src / libsystemd-bus / bus-internal.h
index 321070d0e5716e74c902f9f4183201ba1140f7fb..7c922937718b27907af8d0d7e281f416834a5830 100644 (file)
@@ -163,6 +163,7 @@ struct sd_bus {
         bool nodes_modified:1;
         bool trusted:1;
         bool fake_creds_valid:1;
+        bool manual_peer_interface:1;
 
         int use_memfd;