signal: reserve signal subsystems >= INT_MAX/2 for libraries
authorPablo Neira Ayuso <pablo@gnumonks.org>
Thu, 7 Jul 2011 17:46:34 +0000 (19:46 +0200)
committerHarald Welte <laforge@gnumonks.org>
Mon, 18 Jul 2011 15:00:07 +0000 (17:00 +0200)
commit39c0243d9b208a5d480be2e5cf538b3eac87860d
treedc267c4fc3ef6747bf289dfbee9cecf0f851201e
parentec4f160e2d51c8396f5fafff009fef93a1eeb113
signal: reserve signal subsystems >= INT_MAX/2 for libraries

The first range (from 0 to INT_MAX/2) of signal subsystems can be
used by client applications while the second range (from INT_MAX)
is reserved for libraries.

This is useful to support signals defined in libraries that
may be used by different client applications.
include/osmocom/core/signal.h