From d0b03a62fd799317d5da0bd56615739ce3b5b052 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:54 -0500 Subject: Second Life viewer sources 1.20.9 --- linden/indra/newview/llwatchdog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llwatchdog.h') diff --git a/linden/indra/newview/llwatchdog.h b/linden/indra/newview/llwatchdog.h index c1f2b94..d196486 100644 --- a/linden/indra/newview/llwatchdog.h +++ b/linden/indra/newview/llwatchdog.h @@ -48,6 +48,7 @@ public: // This may mean that resources used by // isAlive and other method may need synchronization. virtual bool isAlive() const = 0; + virtual void reset() = 0; virtual void start(); virtual void stop(); }; @@ -59,6 +60,7 @@ public: virtual ~LLWatchdogTimeout(); /* virtual */ bool isAlive() const; + /* virtual */ void reset(); /* virtual */ void start(const std::string& state); /* virtual */ void stop(); @@ -95,6 +97,7 @@ private: SuspectsRegistry mSuspects; LLMutex* mSuspectsAccessMutex; LLWatchdogTimerThread* mTimer; + U64 mLastClockCount; }; #endif // LL_LLTHREADWATCHDOG_H -- cgit v1.1