summaryrefslogtreecommitdiff
path: root/xpp/card_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_global.h')
-rw-r--r--xpp/card_global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xpp/card_global.h b/xpp/card_global.h
index ca7f78b..5fc1ea6 100644
--- a/xpp/card_global.h
+++ b/xpp/card_global.h
@@ -28,7 +28,8 @@ DEF_RPACKET_DATA(GLOBAL, NULL_REPLY);
DEF_RPACKET_DATA(GLOBAL, DESC_REQ);
DEF_RPACKET_DATA(GLOBAL, DEV_DESC,
byte rev; /* Revision number */
- byte type; /* LSB: 1 - to_phone, 0 - to_line */
+ byte type:4; /* LSB: 1 - to_phone, 0 - to_line */
+ byte subtype:4; /* default 0 */
xpp_line_t line_status; /* hook/ring status, depending on unit */
);
DEF_RPACKET_DATA(GLOBAL, REGISTER_REQUEST,