summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-13 05:12:46 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-13 15:30:12 +0100
commit1e05d493b729beaa947b449a60ed387ee77e5da7 (patch)
treed9b42d0d59e62207b730a86e02f87f2dd7aac570 /src/libsystemd-bus/bus-internal.h
parent30caf8f3afd29da8507c0edbcead7935604c9f3e (diff)
bus: rework how we attach fds to event loops
When trying a couple of addresses one after the other, make sure to reattach the fds to the event loop.
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r--src/libsystemd-bus/bus-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h
index df9a0b571c..a599e5ab81 100644
--- a/src/libsystemd-bus/bus-internal.h
+++ b/src/libsystemd-bus/bus-internal.h
@@ -251,6 +251,7 @@ struct sd_bus {
sd_event_source *time_event_source;
sd_event_source *quit_event_source;
sd_event *event;
+ int event_priority;
sd_bus_message *current;