summaryrefslogtreecommitdiff
path: root/mac/ca/inc/context.h
diff options
context:
space:
mode:
authorschodet2007-11-23 14:34:01 +0000
committerschodet2007-11-23 14:34:01 +0000
commit9f7433d20988fbe46159eb56038112161a2ca0a6 (patch)
tree72b410655a49dc77b050f7a50268e7087bc66686 /mac/ca/inc/context.h
parent6e216bd08ae1730849276bc0b1ed52c0595883bd (diff)
* mac/ca:
- handle hybrid mode for RX. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1042 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'mac/ca/inc/context.h')
-rw-r--r--mac/ca/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/ca/inc/context.h b/mac/ca/inc/context.h
index 0096042cdf..7b6c9b7d02 100644
--- a/mac/ca/inc/context.h
+++ b/mac/ca/inc/context.h
@@ -57,6 +57,8 @@ struct ca_t
uint current_beacon_period;
/** Current allocation index in current schedule. */
uint current_allocation_index;
+ /** Current allocation parameters. */
+ ca_access_alloc_param_t current_allocation_param;
/** Priority sorted MFS heap. */
heap_t mfs_heap;
/** List of CFP MFS held until the next beacon period. */