chiark / gitweb /
fsckd: the error code is actually returned in 'fd'
[elogind.git] / src / bus-proxyd / proxy.h
index 21c34f1d386492aeeebf6a67497abd1b64bad2ae..172bc7f569b7363421ee011b169b325c5eb8c150 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdlib.h>
 #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;