NetworkManager/src/systemd
Thomas Haller 2d2d742cf1 systemd/adapt: refactor sd_event_source to use a union for holding mutually exclusive fields
sd_event_source is either used for sd_event_add_io() or sd_event_add_time().
Depending on the use, different fields of the struct are relevant. Refactor
the struct to have a union.

This reduces the size of the struct, but more importantly, it makes it
clear which fields are used in which context.
2015-09-23 16:09:43 +02:00
..
src Revert "systemd/dhcp: make sd_dhcp_lease_*() functions public again" 2015-09-16 17:11:39 +02:00
nm-sd-adapt.c systemd/adapt: refactor sd_event_source to use a union for holding mutually exclusive fields 2015-09-23 16:09:43 +02:00
nm-sd-adapt.h systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd build 2015-09-16 16:54:51 +02:00