diff options
author | Tom Gundersen <teg@jklm.no> | 2014-08-28 15:47:39 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-08-28 21:19:17 +0200 |
commit | f7f53e9e6ebb9f656d880f5e779fc174a1d983bf (patch) | |
tree | 536c9c216d265f0773dfd4c683b5d1a19cf790de /src/libsystemd/libsystemd.sym.m4 | |
parent | 5968b1c304188e466759b8ba419fc10f150e5541 (diff) |
sd-event: allow naming event sources
Diffstat (limited to 'src/libsystemd/libsystemd.sym.m4')
-rw-r--r-- | src/libsystemd/libsystemd.sym.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 3fc9983f98..d1450fbb26 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -382,6 +382,8 @@ global: sd_event_get_watchdog; sd_event_source_ref; sd_event_source_unref; + sd_event_source_set_name; + sd_event_source_get_name; sd_event_source_set_prepare; sd_event_source_get_pending; sd_event_source_get_priority; |