aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/talloc_ctx.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-0/+32
the various constructors get called in a non-obvious, linker determined order, which makes certain objects disappear from the talloc report. This change moves the talloc context creation into a new talloc_ctx.c file