summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-11-04 18:57:02 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-11-04 19:08:01 +0100
commitdbb36f23299b01dc54d5145aa51a971ced62842b (patch)
treebeb0ac2f7f819aae3e1a03f5a860a549abd3f1fc /xhfc/xhfc.h
parent1512ecac55bd47d0af37953baa27cfdc3c99aa3f (diff)
start rewriting software part of ST state machine
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 801c81b..793cf05 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -117,6 +117,7 @@ struct xhfc_span {
/* Got the following from DAHDI */
int oldstate;
+ int state, previous_state;
int newalarm;
unsigned long alarmtimer;
struct dahdi_chan* sigchan;