diff options
author | Daniel Mack <github@zonque.org> | 2015-07-24 12:50:56 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-24 12:50:56 +0200 |
commit | 603d5da504bc176d0266429dc19e803076d391a9 (patch) | |
tree | c5fbbbc16f45d5e9996f716ceab241b6ead0613b /src/bus-proxyd/driver.h | |
parent | 77b7f805099dbdd869b1846d30ffed56833941ff (diff) | |
parent | e23bc0e7cac8ba79f4e14ab98ecd68c79cc87aab (diff) |
Merge pull request #606 from dvdhrm/bus-proxy-pedantic-matches2
bus-proxy: never pass on unmatched broadcasts (v2)
Diffstat (limited to 'src/bus-proxyd/driver.h')
-rw-r--r-- | src/bus-proxyd/driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bus-proxyd/driver.h b/src/bus-proxyd/driver.h index b8cedf5ce5..da3834f8b0 100644 --- a/src/bus-proxyd/driver.h +++ b/src/bus-proxyd/driver.h @@ -23,5 +23,6 @@ #include "sd-bus.h" #include "bus-xml-policy.h" +#include "proxy.h" -int bus_proxy_process_driver(sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names); +int bus_proxy_process_driver(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names); |