chiark / gitweb /
sd-event: introduce concept of "floating" event sources
authorLennart Poettering <lennart@poettering.net>
Wed, 14 May 2014 23:55:18 +0000 (01:55 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 15 May 2014 15:13:04 +0000 (17:13 +0200)
commita71fe8b8aee1cb78c4d8c56eeb234743f64e4b4d
treeb402a18725a2660e85db586b7063b567652fbdd7
parent574634bcacb01efe15ca2742effd461a5b7afb5f
sd-event: introduce concept of "floating" event sources

These are the counterpart of "floating" bus slots, i.e. event sources
that are bound to the lifetime of the event object itself, and thus
don't require an explicit reference to be kept.
src/libsystemd/sd-bus/bus-internal.h
src/libsystemd/sd-bus/bus-slot.c
src/libsystemd/sd-event/sd-event.c
src/libsystemd/sd-event/test-event.c