X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibelogind%2Fsd-bus%2Fbus-kernel.h;h=bdb1c04501c59f0a56c7c7b05fee886b309b6efd;hb=9dfb8abdc29595eddf95a27811194234c81cd351;hp=bb4dff6d8262a00407ce88cb92efc415ce862371;hpb=7b2e8dae408423e052caee0c448de5a1b5908676;p=elogind.git diff --git a/src/libelogind/sd-bus/bus-kernel.h b/src/libelogind/sd-bus/bus-kernel.h index bb4dff6d8..bdb1c0450 100644 --- a/src/libelogind/sd-bus/bus-kernel.h +++ b/src/libelogind/sd-bus/bus-kernel.h @@ -71,8 +71,10 @@ int bus_kernel_read_message(sd_bus *bus, bool hint_priority, int64_t priority); int bus_kernel_open_bus_fd(const char *bus, char **path); +#if 0 /// UNNEEDED by elogind int bus_kernel_create_bus(const char *name, bool world, char **s); int bus_kernel_create_endpoint(const char *bus_name, const char *ep_name, char **path); +#endif // 0 int bus_kernel_pop_memfd(sd_bus *bus, void **address, size_t *mapped, size_t *allocated); void bus_kernel_push_memfd(sd_bus *bus, int fd, void *address, size_t mapped, size_t allocated); @@ -86,7 +88,9 @@ uint64_t attach_flags_to_kdbus(uint64_t sd_bus_flags); int bus_kernel_try_close(sd_bus *bus); +#if 0 /// UNNEEDED by elogind int bus_kernel_drop_one(int fd); +#endif // 0 int bus_kernel_realize_attach_flags(sd_bus *bus);