summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-11-18 18:29:55 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-11-18 18:29:55 +0100
commit0db1de3492ed6c868165960adca7593b5f0e47fc (patch)
tree97b268cb578e76c9248abe6b1456751444ea33fb /xhfc/xhfc.h
parent1db6c85bb230f118efa3fee7ff8f2d2afe7c094d (diff)
Is the state machine guaranteed to work?
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 7ee0ea5..9e21079 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -125,7 +125,7 @@ struct xhfc_span {
struct dahdi_chan* sigchan;
int sigactive;
- unsigned int t1, t3, f6_f7_transition; // timers; 0 when deactivated
+ unsigned long activation_timer, f6_f7_transition; // timers; 0 when deactivated
unsigned long non_rx_cnt;
};