summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-09 23:18:33 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2017-01-11 10:20:20 +0000
commitb3bbfeaf7217e8ceb6e3925965c30da223adf3f5 (patch)
tree89d8be53c3adbf8d98d09010143341a3005db077 /storage
parentf1c4566f175fee15d100c6716c08aa9d79d68344 (diff)
back to using broadcast
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
index 22df85d6dc0..80cbc99aa51 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
@@ -261,7 +261,7 @@ FileStorHandlerImpl::schedule(const std::shared_ptr<api::StorageMessage>& msg,
msg->getType().toString().c_str(),
msg->getPriority());
- lockGuard.signal();
+ lockGuard.broadcast();
} else {
return false;
}