summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-10-16 15:35:32 +0200
committerPatrick McHardy <kaber@trash.net>2010-10-16 15:50:52 +0200
commitd562840fbb6d0016c680bd295931e491441ddd24 (patch)
tree58bc8eaceea3bebdf375189291a991291ca29f6b /include
parentfb4c54d53c498061af446cae7864b07976f9c498 (diff)
dect_mbuf: add multi frame number, frame number and slot members
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/dect/libdect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dect/libdect.h b/include/dect/libdect.h
index 795105f..4cb7eb9 100644
--- a/include/dect/libdect.h
+++ b/include/dect/libdect.h
@@ -39,6 +39,9 @@ struct dect_handle;
*/
struct dect_msg_buf {
struct dect_msg_buf *next;
+ uint32_t mfn;
+ uint8_t frame;
+ uint8_t slot;
uint8_t refcnt;
uint8_t type;
uint8_t len;