summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd.sym.m4
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-08-15 21:04:07 +0200
committerTom Gundersen <teg@jklm.no>2014-08-20 17:24:11 +0200
commit9b364545435d2b65fcf73519b3064bb7c28093b7 (patch)
treef2512f69d82c2d41ea0a6d6baf93eace58901adf /src/libsystemd/libsystemd.sym.m4
parenta9feff3d774eaa1cc1b59189e8f344c01e69f888 (diff)
sd-event: add API to access epoll_fd
This is a prerequisite for integrating sd-event into an external event loop.
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r--src/libsystemd/libsystemd.sym.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4
index 415d89afbe..3fc9983f98 100644
--- a/src/libsystemd/libsystemd.sym.m4
+++ b/src/libsystemd/libsystemd.sym.m4
@@ -374,6 +374,7 @@ global:
sd_event_loop;
sd_event_exit;
sd_event_now;
+ sd_event_get_fd;
sd_event_get_state;
sd_event_get_tid;
sd_event_get_exit_code;