aboutsummaryrefslogtreecommitdiffstats
path: root/src/fdev-systemd.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-03-23 17:46:59 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-06-13 17:14:00 +0200
commite7e42ce9196e865a2dfd5a460932b0357885e603 (patch)
tree0e0ca685ca43a0db879f0b7d2e1dcdd3d013af7a /src/fdev-systemd.c
parente12c3008f10cf5d61cc3235af6562a007ff08e76 (diff)
fdev: Improve fdev handling with epoll
Change-Id: I53c6eb394772e40f87000a0e5383be923f5d15f1 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/fdev-systemd.c')
-rw-r--r--src/fdev-systemd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fdev-systemd.c b/src/fdev-systemd.c
index 0f4a03cd..9115dd0d 100644
--- a/src/fdev-systemd.c
+++ b/src/fdev-systemd.c
@@ -53,7 +53,8 @@ static struct fdev_itf itf =
{
.unref = unref,
.disable = disable,
- .enable = enable
+ .enable = enable,
+ .update = enable
};
struct fdev *fdev_systemd_create(struct sd_event *eloop, int fd)