Systemd/src/libsystemd
Lennart Poettering c4e48030cf sd-bus: make "close+flush-on-exit" optional when using sd-event with sd-bus
This adds a new pair of API calls sd_bus_set_close_on_exit() and
sd_bus_get_close_on_exit(). They control whether an sd_bus object
attached to a an sd-event loop shall automatically be flushed/closed
when the event loop goes down. Usually that's a good thing, except for
very few cases where the bus connection is longer living than the event
loop it is attached on. Specifically, this is the case for nspawn, where
we run the event loop only while the container is up, but afterwards
still want to be able to use the bus connection.
2018-11-09 17:08:59 +01:00
..
sd-bus sd-bus: make "close+flush-on-exit" optional when using sd-event with sd-bus 2018-11-09 17:08:59 +01:00
sd-daemon tree-wide: port various users over to sockaddr_un_set_path() 2018-10-15 19:40:51 +02:00
sd-device Merge pull request #10602 from yuwata/sd-device-logs 2018-11-06 19:33:51 +03:00
sd-event sd-event: add sd_event_source_{get,set}_floating() 2018-11-05 13:19:02 +09:00
sd-hwdb sd_hwdb: update log messages 2018-10-24 04:31:48 +09:00
sd-id128 random-util: optionally allow randomness to be generated via RDRAND 2018-11-08 09:44:27 +01:00
sd-login sd-login: let's also make sd-login understand ".host" 2018-07-25 22:48:11 +02:00
sd-netlink networkd: add missing bonding options (#10542) 2018-11-02 10:31:20 +09:00
sd-network tree-wide: drop double newline 2018-06-29 11:02:17 +09:00
sd-path sd-path: FOREACH_LINE exorcism 2018-10-18 16:23:45 +02:00
sd-resolve sd-resolve: introduce sd_resolve_query_{get,set}_floating() 2018-11-05 13:19:02 +09:00
sd-utf8 tree-wide: drop empty comments 2018-06-29 11:00:30 +09:00
disable-mempool.c mempool: only enable mempool use when linked to libsystemd-shared.so 2018-10-11 11:10:37 +02:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym sd-bus: make "close+flush-on-exit" optional when using sd-event with sd-bus 2018-11-09 17:08:59 +01:00
meson.build Merge pull request #10239 from yuwata/sd-device-monitor 2018-10-18 18:30:38 +02:00