diff options
author | Michal Sekletar <msekleta@redhat.com> | 2021-10-04 19:44:06 +0200 |
---|---|---|
committer | Michal Sekletar <msekleta@redhat.com> | 2021-11-11 17:02:56 +0100 |
commit | fd69f2247520b0be3190ded96d646a415edc97b7 (patch) | |
tree | 5f7d03acf796cfd1c9dd0c08955ba24986900459 /src/libsystemd/libsystemd.sym | |
parent | scope: count successful cgroup additions when delegating via D-Bus (diff) | |
download | systemd-fd69f2247520b0be3190ded96d646a415edc97b7.tar.xz systemd-fd69f2247520b0be3190ded96d646a415edc97b7.zip |
sd-event: introduce callback invoked when event source ratelimit expires
Diffstat (limited to 'src/libsystemd/libsystemd.sym')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 5e2fc9e231..2178668d11 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -767,4 +767,5 @@ LIBSYSTEMD_250 { global: sd_device_get_diskseq; sd_event_add_inotify_fd; + sd_event_source_set_ratelimit_expire_callback; } LIBSYSTEMD_249; |