summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 22:28:10 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-03-29 22:28:10 +0200
commitc21f4743f989c4c1a457363a301c3a40af0e471b (patch)
treef43f4cb9efa8f03a2cff6626e266993cabdd10b6 /searchlib
parent9dc270ec0659352f0a53583a466ccb3147608f9e (diff)
Ensure closing the flushengine includes stopping the shutdting down and syncing the flush executor.
This is done to avoid tasks refering to destructed objects.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/docstore/writeablefilechunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/writeablefilechunk.h b/searchlib/src/vespa/searchlib/docstore/writeablefilechunk.h
index b93e88800a4..91031187976 100644
--- a/searchlib/src/vespa/searchlib/docstore/writeablefilechunk.h
+++ b/searchlib/src/vespa/searchlib/docstore/writeablefilechunk.h
@@ -2,7 +2,7 @@
#pragma once
-#include <vespa/searchlib/docstore/filechunk.h>
+#include "filechunk.h"
#include <vespa/vespalib/util/threadexecutor.h>
#include <vespa/searchlib/transactionlog/syncproxy.h>
#include <vespa/fastos/file.h>