Update copyright dates
[src/app-framework-binder.git] / src / fdev-systemd.c
index 0f4a03c..802a239 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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)