summaryrefslogtreecommitdiff
path: root/cesar/cp/inc
diff options
context:
space:
mode:
authorlaranjeiro2009-03-16 17:33:01 +0000
committerlaranjeiro2009-03-16 17:33:01 +0000
commit4ceab307edf82fd3cf4bd6a3d0777bf068985b99 (patch)
tree4d0b1ed52f58cff662ce2a8ed92f758b3a0c4387 /cesar/cp/inc
parent63f29b8f2da439b719d11785580e491147bb5324 (diff)
Cesar: (See #161).
* cp/cco/action : Remove the alarm timer for the handover. * cp/sta/action : Remove the alarm timer for the handover. * cp: Added the alarm handover context. * cp/sta/core: Fix the core_alarm_handlver function to cancel the timer before calling the handler. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4226 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/inc')
-rw-r--r--cesar/cp/inc/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/cp/inc/context.h b/cesar/cp/inc/context.h
index cdd7b52fa9..d219e162ad 100644
--- a/cesar/cp/inc/context.h
+++ b/cesar/cp/inc/context.h
@@ -125,6 +125,9 @@ struct cp_t
/** Random generator. */
lib_rnd_t rnd;
+
+ /** Handover timeout. */
+ cp_sta_core_timed_event_def_t handover_timeout;
};
#endif /* cp_inc_cp_h */