summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/libsystemd.sym
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-08 15:45:52 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-16 20:30:54 +0200
commitb1c097af8df58a94cba031a347061b7cb9b62d9b (patch)
treeb78cf5d7de00122c68c21dcb7ca0a56b78773614 /src/libsystemd/libsystemd.sym
parentMerge pull request #10412 from poettering/sockaddr-sun-path (diff)
downloadsystemd-b1c097af8df58a94cba031a347061b7cb9b62d9b.tar.xz
systemd-b1c097af8df58a94cba031a347061b7cb9b62d9b.zip
sd-device: introduce sd_device_monitor
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r--src/libsystemd/libsystemd.sym16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index 8d0bebe2ad..8d46081ec4 100644
--- a/src/libsystemd/libsystemd.sym
+++ b/src/libsystemd/libsystemd.sym
@@ -647,4 +647,20 @@ global:
sd_hwdb_enumerate;
sd_id128_get_boot_app_specific;
+
+ sd_device_monitor_new;
+ sd_device_monitor_ref;
+ sd_device_monitor_unref;
+
+ sd_device_monitor_set_receive_buffer_size;
+ sd_device_monitor_attach_event;
+ sd_device_monitor_detach_event;
+ sd_device_monitor_get_event;
+ sd_device_monitor_start;
+ sd_device_monitor_stop;
+
+ sd_device_monitor_filter_add_match_subsystem_devtype;
+ sd_device_monitor_filter_add_match_tag;
+ sd_device_monitor_filter_update;
+ sd_device_monitor_filter_remove;
} LIBSYSTEMD_239;