systemd: integrate sd-event into glib main loop
authorThomas Haller <thaller@redhat.com>
Wed, 9 Mar 2016 11:27:56 +0000 (12:27 +0100)
committerThomas Haller <thaller@redhat.com>
Fri, 11 Mar 2016 08:28:12 +0000 (09:28 +0100)
commita8bc65b1a19221677a8771aa9c4903407560a576
tree23b2e76d5f49a0e9665ee598f8b1b90f3d31ef1c
parent18133ea1428648781dba74c26dd5d118e8d5ce33
systemd: integrate sd-event into glib main loop

We should not try to reimplement sd-event based on glib,
instead we should hook sd-event into the glib mainloop.
configure.ac
src/Makefile.am
src/devices/tests/test-lldp.c
src/main.c
src/nm-iface-helper.c
src/systemd/nm-sd-adapt.c
src/systemd/nm-sd-adapt.h
src/systemd/src/libsystemd/sd-event/sd-event.c
src/systemd/src/libsystemd/sd-id128/sd-id128.c
src/tests/Makefile.am
src/tests/test-systemd.c