summaryrefslogtreecommitdiff
path: root/xpp/xpd.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 23:01:03 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-04 23:01:03 +0000
commit0305962c454019c63b6d69634e8301b9f199627b (patch)
tree8cd8d0ccb8b0af5720452d44e19fe94b0cf26e62 /xpp/xpd.h
parent393ca276af8b3f2610ae82b1971fa0b5d2abb336 (diff)
Rename the bitmask xpd->hookstate into xpd->offhook (for readability).
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1391 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xpd.h')
-rw-r--r--xpp/xpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xpd.h b/xpp/xpd.h
index 4de2510..1d67822 100644
--- a/xpp/xpd.h
+++ b/xpp/xpd.h
@@ -243,7 +243,7 @@ struct xpd {
byte revision; /* Card revision */
xpd_direction_t direction; /* TO_PHONE, TO_PSTN */
xpp_line_t no_pcm; /* Temporary: disable PCM (for USB-1) */
- xpp_line_t hookstate; /* Actual chip state: 0 - ONHOOK, 1 - OFHOOK */
+ xpp_line_t offhook; /* Actual chip state: 0 - ONHOOK, 1 - OFHOOK */
xpp_line_t cid_on;
xpp_line_t digital_outputs; /* 0 - no, 1 - yes */
xpp_line_t digital_inputs; /* 0 - no, 1 - yes */