summaryrefslogtreecommitdiff
path: root/src/core/dbus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-07 15:00:32 +0100
committerLennart Poettering <lennart@poettering.net>2018-02-12 11:34:00 +0100
commit4502c403995df57c15b5c3d4b55ea58f24e2c0cc (patch)
treea44c498d21ccf77663d37dca2b19da93fd9a2176 /src/core/dbus.h
parent418cdd69d15191bac032d27fe3ec2708112cfcf6 (diff)
downloadsystemd-4502c403995df57c15b5c3d4b55ea58f24e2c0cc.tar.gz
dbus: split up bus_done() into seperate functions
No functional changes, but let's make this a bit more finegrained. (The individual functions are exported, which is used in a later commit)
Diffstat (limited to 'src/core/dbus.h')
-rw-r--r--src/core/dbus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/dbus.h b/src/core/dbus.h
index fe50fdd5f7..17dfbc9f97 100644
--- a/src/core/dbus.h
+++ b/src/core/dbus.h
@@ -25,6 +25,10 @@
int bus_send_queued_message(Manager *m);
int bus_init(Manager *m, bool try_bus_connect);
+
+void bus_done_private(Manager *m);
+void bus_done_api(Manager *m);
+void bus_done_system(Manager *m);
void bus_done(Manager *m);
int bus_fdset_add_all(Manager *m, FDSet *fds);