summaryrefslogtreecommitdiff
path: root/cesar/cp2/msg
diff options
context:
space:
mode:
authorschodet2008-06-06 09:11:34 +0000
committerschodet2008-06-06 09:11:34 +0000
commita217013e74ac20a264db8a61714707444fb2e0d6 (patch)
treed2d9978ffc3d618854f75ccfac04fd8a89835e2a /cesar/cp2/msg
parent86289760091d55a0c37dd429f9f1139996592345 (diff)
* cp2:
- fixed cp2/defs.h. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2237 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/msg')
-rw-r--r--cesar/cp2/msg/inc/cc_who_ru.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp2/msg/inc/cc_who_ru.h b/cesar/cp2/msg/inc/cc_who_ru.h
index d2cfd8f99f..8cf13baf81 100644
--- a/cesar/cp2/msg/inc/cc_who_ru.h
+++ b/cesar/cp2/msg/inc/cc_who_ru.h
@@ -21,7 +21,7 @@ struct cp_msg_cc_who_ru_cnf_t
/** CCo MAC address. */
mac_t cco_mac;
/** HFID of AVLN. */
- char avln_hfid[HFID_SIZE + 1];
+ char avln_hfid[CP_HFID_SIZE + 1];
};
typedef struct cp_msg_cc_who_ru_cnf_t cp_msg_cc_who_ru_cnf_t;