On Mon, May 06, 2013 at 09:39:52PM +0200, Holger Hans Peter Freyther wrote:
> talloc_report_full(tall_bts_ctx, stderr); > + talloc_report_full(NULL, stderr); this is useful for debugging. so maybe we separate the talloc reporting for SIGUSR1 and SIGUSR2. > tall_msgb_ctx = talloc_named_const(tall_bts_ctx, 1, "msgb"); > msgb_set_talloc_ctx(tall_msgb_ctx); > + lapd_global_init(tall_bts_ctx); this API is inconsistent but I would prefer the library to name the context the way they want to name it.
