SYNOPSIS
#include <systemd/sd-event.h>
- sd_event* sd_event_source_get_event(sd_event_source *source);
DESCRIPTION
sd_event_source_get_event()
RETURN VALUE
On success, sd_event_source_get_event() returns the associated event loop object. On failure, it returns NULL.
NOTES
These APIs are implemented as a shared library, which can be compiled and linked to with the libsystemd pkg-config(1) file.