Change in osmo-uecups[master]: daemon: set msgb talloc context

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Apr 20 10:48:03 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-uecups/+/17886 )


Change subject: daemon: set msgb talloc context
......................................................................

daemon: set msgb talloc context

Change-Id: Id16952e7c65a1691bbfed8bbfc4f597ae13b10a0
---
M daemon/main.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/86/17886/1

diff --git a/daemon/main.c b/daemon/main.c
index f7299a5..e1f39cb 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -711,6 +711,7 @@
 	g_daemon = gtp_daemon_alloc(g_tall_ctx);
 	OSMO_ASSERT(g_daemon);
 
+	msgb_talloc_ctx_init(g_tall_ctx, 10);
 	osmo_stats_init(g_tall_ctx);
 	vty_init(&g_vty_info);
 	logging_vty_add_cmds();

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/17886
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: Id16952e7c65a1691bbfed8bbfc4f597ae13b10a0
Gerrit-Change-Number: 17886
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200420/b5591d89/attachment.htm>


More information about the gerrit-log mailing list