summaryrefslogtreecommitdiff
path: root/cesar/cp/inc
diff options
context:
space:
mode:
authordufour2009-04-21 15:56:33 +0000
committerdufour2009-04-21 15:56:33 +0000
commit6a18d1a3b551d870c1fef28a4a779a8d9c157bc5 (patch)
tree174271682e772b0969d41ece54cc57939b6d019d /cesar/cp/inc
parentac05731448c548875fe6b9952567fac8eb1003a6 (diff)
* ce/tx, cp/sta/action/test/utest, cp (see #334):
- rename function of the CE in TX to something like "ce_tx_", - clean some comments. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4506 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/inc')
-rw-r--r--cesar/cp/inc/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/cp/inc/context.h b/cesar/cp/inc/context.h
index 7d86b9472b..269bf9cd9e 100644
--- a/cesar/cp/inc/context.h
+++ b/cesar/cp/inc/context.h
@@ -157,8 +157,8 @@ struct cp_t
/** Handover context. */
struct cp_handover_t handover;
- /** TXCE context. */
- txce_t *txce;
+ /** Context of the CE in TX. */
+ ce_tx_t ce_tx;
};
#endif /* cp_inc_cp_h */