aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.c
AgeCommit message (Collapse)AuthorFilesLines
2019-08-27context: Add support for [per-thread] global talloc contextsHarald Welte1-0/+52
Rather than having applications maintain their own talloc cotexts, let's offer some root talloc contexts in libosmocore. Let's also make them per thread right from the beginning. This will help some multi-threaded applications to use talloc in a thread-safe way. Change-Id: Iae39cd57274bf6753ecaf186f229e582b42662e3