summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-fdbserver_worker.actor.cpp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2019-04-12 13:04:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2019-04-12 13:04:58 +0000
commit5f0593e970ce542847deaabd7179b6e816f83169 (patch)
tree9d3ec8187e366ecb394d9820dad5da0cc77204cf /databases/foundationdb/files/patch-fdbserver_worker.actor.cpp
parentUpdate to 1.12.1 (diff)
1: Update to 6.1.1.
2: fix building with boost 1.70. 3: remove BROKEN.
Diffstat (limited to 'databases/foundationdb/files/patch-fdbserver_worker.actor.cpp')
-rw-r--r--databases/foundationdb/files/patch-fdbserver_worker.actor.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/foundationdb/files/patch-fdbserver_worker.actor.cpp b/databases/foundationdb/files/patch-fdbserver_worker.actor.cpp
index 3530b30f7824..aa1d330917de 100644
--- a/databases/foundationdb/files/patch-fdbserver_worker.actor.cpp
+++ b/databases/foundationdb/files/patch-fdbserver_worker.actor.cpp
@@ -1,6 +1,6 @@
---- fdbserver/worker.actor.cpp.orig 2019-01-09 22:28:32 UTC
+--- fdbserver/worker.actor.cpp.orig 2019-04-09 00:11:05 UTC
+++ fdbserver/worker.actor.cpp
-@@ -39,7 +39,7 @@
+@@ -41,7 +41,7 @@
#include "fdbclient/ClientWorkerInterface.h"
#include "flow/Profiler.h"
@@ -9,7 +9,7 @@
#ifdef USE_GPERFTOOLS
#include "gperftools/profiler.h"
#endif
-@@ -272,7 +272,7 @@ ACTOR Future<Void> registrationClient( Reference<Async
+@@ -373,7 +373,7 @@ ACTOR Future<Void> registrationClient(
}
}
@@ -18,7 +18,7 @@
//A set of threads that should be profiled
std::set<std::thread::id> profiledThreads;
-@@ -284,7 +284,7 @@ int filter_in_thread(void *arg) {
+@@ -385,7 +385,7 @@ int filter_in_thread(void *arg) {
//Enables the calling thread to be profiled
void registerThreadForProfiling() {
@@ -27,7 +27,7 @@
//Not sure if this is actually needed, but a call to backtrace was advised here:
//http://groups.google.com/group/google-perftools/browse_thread/thread/0dfd74532e038eb8/2686d9f24ac4365f?pli=1
profiledThreads.insert(std::this_thread::get_id());
-@@ -298,7 +298,7 @@ void registerThreadForProfiling() {
+@@ -399,7 +399,7 @@ void registerThreadForProfiling() {
void updateCpuProfiler(ProfilerRequest req) {
switch (req.type) {
case ProfilerRequest::Type::GPROF: