osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, but someone else must approve daniel: Looks good to me, approved Jenkins Builder: Verified
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
---
M src/core/libosmocore.map
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/core/libosmocore.map b/src/core/libosmocore.map
index 16b7261..984046b 100644
--- a/src/core/libosmocore.map
+++ b/src/core/libosmocore.map
@@ -559,7 +559,9 @@
rb_replace_node;
sercomm_drv_lock;
sercomm_drv_unlock;
+tall_ctr_ctx; /* deprecated */
tall_log_ctx;
+tall_msgb_ctx; /* deprecated */

local: *;
};

To view, visit change 31590. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I4cfccf3622844d0923818bb8d8ce206f70e44a0d
Gerrit-Change-Number: 31590
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged