summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-04-28 16:54:57 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-04-28 21:19:38 +0200
commit77b7026668cd376744a99881777dce8c2f5da835 (patch)
tree1fed5b3dd3e10397fc44ecd4ce2f841620328f8a /src/libsystemd
parent0102857b52271f72ecc1af3254e28c7faec68921 (diff)
downloadsystemd-77b7026668cd376744a99881777dce8c2f5da835.tar.gz
libsystemd: Add missing memory pressure functions to public symbols
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/libsystemd.sym4
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;