From cd57ebe33b758755906d3823bbe3cef3ddd58f2d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 15 Mar 2007 13:27:01 +0000 Subject: * bus/config-parser.c, bus/policy.c, bus/policy.h, bus/dbus-daemon.1.in,bus/session.conf.in: added eavesdrop support for replies - patch by olli.salli at collabora.co.uk approved by Havoc Pennington. --- bus/policy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bus/policy.h') diff --git a/bus/policy.h b/bus/policy.h index 0a944ff1..e2574bc3 100644 --- a/bus/policy.h +++ b/bus/policy.h @@ -63,6 +63,7 @@ struct BusPolicyRule char *member; char *error; char *destination; + unsigned int eavesdrop : 1; unsigned int requested_reply : 1; } send; -- cgit