From 9f7433d20988fbe46159eb56038112161a2ca0a6 Mon Sep 17 00:00:00 2001 From: schodet Date: Fri, 23 Nov 2007 14:34:01 +0000 Subject: * mac/ca: - handle hybrid mode for RX. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1042 017c9cb6-072f-447c-8318-d5b54f68fe89 --- mac/ca/inc/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mac/ca/inc/context.h') 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. */ -- cgit v1.2.3