summaryrefslogtreecommitdiff
path: root/ACE/ace/Countdown_Time_T.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-05-13 17:36:26 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-05-13 17:36:26 +0000
commitf98710a6acc56ca9ace325d4b9ac2db9857e745f (patch)
treeb70fba6394de17a83fe5dfb92b133f832cb56d2f /ACE/ace/Countdown_Time_T.h
parent277c098caa3145eaf989bfb9d65c0c4fb201b862 (diff)
downloadATCD-f98710a6acc56ca9ace325d4b9ac2db9857e745f.tar.gz
Mon May 13 17:27:37 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/ace/Countdown_Time_T.h')
-rw-r--r--ACE/ace/Countdown_Time_T.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ACE/ace/Countdown_Time_T.h b/ACE/ace/Countdown_Time_T.h
index 481501af61e..4edb6ea1acc 100644
--- a/ACE/ace/Countdown_Time_T.h
+++ b/ACE/ace/Countdown_Time_T.h
@@ -70,9 +70,12 @@ private:
/// The policy to return the current time of day
TIME_POLICY time_policy_;
- /// Maximum time we were willing to wait.
+ /// Maximum time we are monitoring
ACE_Time_Value *max_wait_time_;
+ /// Copy of the maximum time value, used to avoid nested decrements
+ ACE_Time_Value max_wait_value_;
+
/// Beginning of the start time.
ACE_Time_Value start_time_;