aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 16:37:57 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 16:37:57 +0800
commit8cce125ff960fd1c2f31c48ad3d64e33c5615be0 (patch)
tree7b7afa486ae82782c60e1341d38cc7c3b4b522d0 /include
parent8b0d5b3726da5f35751d14a6c2238af2851e3a19 (diff)
signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gb
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/signal.h b/include/osmocom/core/signal.h
index cd56f687..b3a5aaee 100644
--- a/include/osmocom/core/signal.h
+++ b/include/osmocom/core/signal.h
@@ -18,6 +18,7 @@
enum {
SS_L_GLOBAL = OSMO_SIGNAL_SS_RESERVED,
SS_L_INPUT,
+ SS_L_NS,
};
/* application-defined signal types. */