summaryrefslogtreecommitdiff
path: root/contrib/fb303/cpp/ServiceTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fb303/cpp/ServiceTracker.h')
-rw-r--r--contrib/fb303/cpp/ServiceTracker.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/fb303/cpp/ServiceTracker.h b/contrib/fb303/cpp/ServiceTracker.h
index fb7e62e2d..1fa0c6336 100644
--- a/contrib/fb303/cpp/ServiceTracker.h
+++ b/contrib/fb303/cpp/ServiceTracker.h
@@ -90,7 +90,7 @@
#include "concurrency/Mutex.h"
-namespace facebook { namespace thrift { namespace concurrency {
+namespace apache { namespace thrift { namespace concurrency {
class ThreadManager;
}}}
@@ -132,20 +132,20 @@ public:
Stopwatch::Unit stopwatchUnit
= Stopwatch::UNIT_MILLISECONDS);
- void setThreadManager(boost::shared_ptr<facebook::thrift::concurrency::ThreadManager> threadManager);
+ void setThreadManager(boost::shared_ptr<apache::thrift::concurrency::ThreadManager> threadManager);
private:
facebook::fb303::FacebookBase *handler_;
void (*logMethod_)(int, const std::string &);
- boost::shared_ptr<facebook::thrift::concurrency::ThreadManager> threadManager_;
+ boost::shared_ptr<apache::thrift::concurrency::ThreadManager> threadManager_;
bool featureCheckpoint_;
bool featureStatusCheck_;
bool featureThreadCheck_;
Stopwatch::Unit stopwatchUnit_;
- facebook::thrift::concurrency::Mutex statisticsMutex_;
+ apache::thrift::concurrency::Mutex statisticsMutex_;
time_t checkpointTime_;
uint64_t checkpointServices_;
uint64_t checkpointDuration_;