summaryrefslogtreecommitdiffstats
path: root/src/init.c
Commit message (Collapse)AuthorAgeFilesLines
* talloc: revert to use talloc inside libosmocoreHarald Welte2011-07-181-1/+1
| | | | | | It's not a good idea to confuse the two changes with each other. Moving the Abis part into a separate library is independent from the question whether we have talloc inside libosmocore or use a stand-alone talloc library.
* logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso2011-07-051-43/+1Star
| | | | | I can send patches to improve it later, better not to waste much time at it by now so port libosmo-abis upon it.
* src: add support for logging infrastructure in libosmo-abisPablo Neira Ayuso2011-06-121-0/+44
| | | | | | This patch uses the new libosmocore logging infrastructure that allows to invoke log_init(&my_log_info) multiple times so we can register categories from libraries and applications.
* src: add libosmo_abis_init(void *ctx) to set the talloc contextPablo Neira Ayuso2011-06-071-0/+27
This function is called during initialization, so we can set what's the talloc context for the application and the library.