host/trxcon: track talloc NULL contexts by default
commit9803a35a8a3332f32f1dd2e9cd5c5e591a31b095
authorVadim Yanitskiy <axilirator@gmail.com>
Sun, 8 Apr 2018 10:41:25 +0000 (8 17:41 +0700)
committerHarald Welte <laforge@gnumonks.org>
Mon, 9 Apr 2018 08:26:23 +0000 (9 08:26 +0000)
tree318b5992f85d167832c350a211e0c4d824fa4dc0
parent60bf444718260660ec9cb1a4015c08b5cb8cf7f4
host/trxcon: track talloc NULL contexts by default

In order to be able to introspect not only the root application
context, but also all other contexts, e.g. allocated within
libosmocore or other libraries, let's enable tracking the
use of NULL contexts using the corresponding talloc API.

Change-Id: Id21cd5ee340def443f7a5d0b2b8f37f41188dd87
src/host/trxcon/trxcon.c