summaryrefslogtreecommitdiffstats
path: root/bus/policy.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-03-15 13:27:01 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-03-15 13:27:01 +0000
commitcd57ebe33b758755906d3823bbe3cef3ddd58f2d (patch)
tree454195a29a8003514d7f81e4366deeb91c881f5f /bus/policy.h
parent280e313ef75ac4c0431ea4544ec28621fcbbe5ba (diff)
* 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.
Diffstat (limited to 'bus/policy.h')
-rw-r--r--bus/policy.h1
1 files changed, 1 insertions, 0 deletions
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;