diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-28 16:54:57 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-28 21:19:38 +0200 |
commit | 77b7026668cd376744a99881777dce8c2f5da835 (patch) | |
tree | 1fed5b3dd3e10397fc44ecd4ce2f841620328f8a /src/libsystemd/libsystemd.sym | |
parent | Merge pull request #27445 from poettering/reflink-fix (diff) | |
download | systemd-77b7026668cd376744a99881777dce8c2f5da835.tar.xz systemd-77b7026668cd376744a99881777dce8c2f5da835.zip |
libsystemd: Add missing memory pressure functions to public symbols
Diffstat (limited to '')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 76fa1e0e32..75c8f2225b 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -819,4 +819,8 @@ global: sd_session_get_start_time; sd_uid_get_login_time; sd_pid_notifyf_with_fds; + sd_event_add_memory_pressure; + sd_event_source_set_memory_pressure_type; + sd_event_source_set_memory_pressure_period; + sd_event_trim_memory; } LIBSYSTEMD_253; |