From 8cce125ff960fd1c2f31c48ad3d64e33c5615be0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jun 2012 16:37:57 +0800 Subject: signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gb --- include/osmocom/core/signal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. */ -- cgit v1.2.3