Searched defs:BusEndpoint (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dbus-endpoint.h22 typedef struct BusEndpoint BusEndpoint; typedef in typeref:struct:BusEndpoint
33 struct BusEndpoint { struct
37 int bus_endpoint_new(BusEndpoint **ep);
38 void bus_endpoint_free(BusEndpoint *endpoint);
40 int bus_endpoint_add_policy(BusEndpoint *ep, const char *name, BusPolicyAccess access);
42 int bus_kernel_set_endpoint_policy(int fd, uid_t uid, BusEndpoint *ep);

Completed in 2011 milliseconds