aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-systemd.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-02-21 16:07:56 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-21 16:07:56 +0100
commitf15ea770dd9b13a20331853a026091316984f9ca (patch)
tree47e16cfa111281f1efb92091d949ca961661ef1f /src/afb-systemd.h
parentb182590a555afe093d2d6e5cdf3e1e2410d1a0f5 (diff)
afb-systemd: Integrate sd-fds features
Change-Id: I59d194ba675912a42922f0905933b1cea796c78a Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-systemd.h')
-rw-r--r--src/afb-systemd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-systemd.h b/src/afb-systemd.h
index 10f0fbac..ae8d61b0 100644
--- a/src/afb-systemd.h
+++ b/src/afb-systemd.h
@@ -24,4 +24,7 @@ extern struct sd_event *afb_systemd_get_event_loop();
extern struct sd_bus *afb_systemd_get_user_bus();
extern struct sd_bus *afb_systemd_get_system_bus();
+extern int systemd_fds_init();
+extern int systemd_fds_for(const char *name);
+