From: Daan De Meyer Date: Fri, 28 Apr 2023 14:54:57 +0000 (+0200) Subject: libsystemd: Add missing memory pressure functions to public symbols X-Git-Tag: v254-rc1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b7026668cd376744a99881777dce8c2f5da835;p=thirdparty%2Fsystemd.git libsystemd: Add missing memory pressure functions to public symbols --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 76fa1e0e32b..75c8f2225b0 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;