app: Introduce some routines to help with application startup
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 12 May 2011 11:46:33 +0000 (13:46 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 12 May 2011 13:43:47 +0000 (15:43 +0200)
commitba01fa44feb6deb0f0359f381eafe866991c06c1
tree9bcf7d8dc1f8c765cf06e46506dfeb1ff8ee5145
parentf5afa18d09e5c60c09b5cd5896e665bf9683f059
app: Introduce some routines to help with application startup

The plan is to collect structs and routines for application
setup and remove many copies of the boilerplate code we have
right now. This starts with routines to ignore certain signals
and the stderr init code.

Increment the age of the library because a new interface was added.
include/osmocom/core/Makefile.am
include/osmocom/core/application.h [new file with mode: 0644]
src/Makefile.am
src/application.c [new file with mode: 0644]