summaryrefslogtreecommitdiff
path: root/xpp/xproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xproto.h')
-rw-r--r--xpp/xproto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xpp/xproto.h b/xpp/xproto.h
index aca6988..24d61b1 100644
--- a/xpp/xproto.h
+++ b/xpp/xproto.h
@@ -54,7 +54,8 @@ typedef byte xpd_type_t;
typedef struct xpd_addr {
byte unit:UNIT_BITS;
byte subunit:SUBUNIT_BITS;
- byte reserved:(8-UNIT_BITS-SUBUNIT_BITS);
+ byte reserved:1;
+ byte sync_master:1;
} PACKED xpd_addr_t;
bool valid_xpd_addr(const xpd_addr_t *addr);