aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/signal.h
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-08-12 10:12:52 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 21:03:00 +0200
commitb0dfc31d7dc7ed533d5802b51dfb4cee92328d5c (patch)
treed7dd0266d8619ce113f5ac49983f399e32018b56 /openbsc/include/openbsc/signal.h
parent7f28cd559a95077c9a6a7c53d29dd983b93f41f7 (diff)
flag new subscriber structs in memory and send a signal
Diffstat (limited to 'openbsc/include/openbsc/signal.h')
-rw-r--r--openbsc/include/openbsc/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 1af849684..0dc1772dc 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -83,6 +83,7 @@ enum signal_lchan {
enum signal_subscr {
S_SUBSCR_ATTACHED,
S_SUBSCR_DETACHED,
+ S_SUBSCR_FIRST_CONTACT,
};
typedef int signal_cbfn(unsigned int subsys, unsigned int signal,