osmith has uploaded this change for review.

View Change

libosmocore.map: add tall_{ctr/msgbx}_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.

Change-Id: I4cfccf3622844d0923818bb8d8ce206f70e44a0d
---
M src/core/libosmocore.map
1 file changed, 15 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/90/31590/1
diff --git a/src/core/libosmocore.map b/src/core/libosmocore.map
index 16b7261..b204651 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;
tall_log_ctx;
+tall_msgb_ctx;

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: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange