aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-28 11:26:33 +0100
committerOliver Smith <osmith@sysmocom.de>2023-02-28 11:33:10 +0100
commit5566b2ea651d17f5f253e26244906c89523ecd12 (patch)
tree2ce5e6bc19d53cce79fda46236f168a6f8b4a9ae
parentedb5f3374f4aac8b04a82afae43ab0317cf1bdf1 (diff)
libosmocore.map: add tall_{ctr/msgb}_ctx
These should not be used, but add them for backwards compatibility with building older versions of osmo-bsc, osmo-iuh, osmo-pcap against current libosmocore. Fixes: 213fc420 ("Add libosmocore.map") Change-Id: I4cfccf3622844d0923818bb8d8ce206f70e44a0d
-rw-r--r--src/core/libosmocore.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/libosmocore.map b/src/core/libosmocore.map
index 16b7261d..984046be 100644
--- a/src/core/libosmocore.map
+++ b/src/core/libosmocore.map
@@ -559,7 +559,9 @@ rb_prev;
rb_replace_node;
sercomm_drv_lock;
sercomm_drv_unlock;
+tall_ctr_ctx; /* deprecated */
tall_log_ctx;
+tall_msgb_ctx; /* deprecated */
local: *;
};