summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-09-07 11:50:38 +0000
committerTor Egge <Tor.Egge@oath.com>2017-09-07 11:50:38 +0000
commiteccf4dd0680b829869ce9e2e9920ad9339c0d37c (patch)
treed22a557e63f8d5fcf3dc93c81d69a21ca1058dbb /searchlib
parent42ea50613f43d7b68be70895d9c5e4f7c5a63ea5 (diff)
Delay notifyRemoveDone() until after remove batch has completed.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/scheduletaskcallback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/common/scheduletaskcallback.h b/searchlib/src/vespa/searchlib/common/scheduletaskcallback.h
index 4e12fb9d1b8..27bbe751532 100644
--- a/searchlib/src/vespa/searchlib/common/scheduletaskcallback.h
+++ b/searchlib/src/vespa/searchlib/common/scheduletaskcallback.h
@@ -2,6 +2,7 @@
#pragma once
#include "idestructorcallback.h"
+#include <vespa/vespalib/util/executor.h>
namespace search
{