X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbus-proxyd%2Fproxy.h;h=172bc7f569b7363421ee011b169b325c5eb8c150;hb=adfe5671ef794099068038dfccbf1eb5134433c8;hp=21c34f1d386492aeeebf6a67497abd1b64bad2ae;hpb=c4bc1a8434f2a34840ea6f63064fa998ecfae738;p=elogind.git diff --git a/src/bus-proxyd/proxy.h b/src/bus-proxyd/proxy.h index 21c34f1d3..172bc7f56 100644 --- a/src/bus-proxyd/proxy.h +++ b/src/bus-proxyd/proxy.h @@ -21,10 +21,8 @@ along with systemd; If not, see . ***/ -#include #include "sd-bus.h" #include "bus-xml-policy.h" -#include "util.h" typedef struct Proxy Proxy; @@ -34,7 +32,7 @@ struct Proxy { int local_in; int local_out; - sd_bus *dest_bus; + sd_bus *destination_bus; Set *owned_names; SharedPolicy *policy;