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 11:28:00 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/daemon/main.c b/daemon/main.c
index 6ce9042..51d5b56 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: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-CC: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200420/2efb63dc/attachment.htm>


More information about the gerrit-log mailing list