diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-15 13:27:01 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2007-03-15 13:27:01 +0000 |
commit | cd57ebe33b758755906d3823bbe3cef3ddd58f2d (patch) | |
tree | 454195a29a8003514d7f81e4366deeb91c881f5f /bus/policy.h | |
parent | 280e313ef75ac4c0431ea4544ec28621fcbbe5ba (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.h | 1 |
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; |