Change in ...osmo-remsim[master]: remsim_server: Enable talloc tracking of msgb allocations

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
Thu Jul 18 16:47:31 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/14828


Change subject: remsim_server: Enable talloc tracking of msgb allocations
......................................................................

remsim_server: Enable talloc tracking of msgb allocations

Change-Id: Ia8c729756da6bb85e61a65addae4d4c83e7b6fde
---
M src/server/remsim_server.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/28/14828/1

diff --git a/src/server/remsim_server.c b/src/server/remsim_server.c
index 57e0733..a8502e4 100644
--- a/src/server/remsim_server.c
+++ b/src/server/remsim_server.c
@@ -31,6 +31,7 @@
 
 	g_tall_ctx = talloc_named_const(NULL, 0, "global");
 	talloc_asn1_ctx = talloc_named_const(g_tall_ctx, 0, "asn1");
+	msgb_talloc_ctx_init(g_tall_ctx, 0);
 
 	osmo_init_logging2(g_tall_ctx, &log_info);
 

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

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Ia8c729756da6bb85e61a65addae4d4c83e7b6fde
Gerrit-Change-Number: 14828
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at gnumonks.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190718/2d61d280/attachment.htm>


More information about the gerrit-log mailing list