summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-02-28 15:45:29 +0100
committerGitHub <noreply@github.com>2023-02-28 15:45:29 +0100
commitdc8610577e39510914afab337538d233dc6e4832 (patch)
tree23a846f936543aa3ab37c6384bc5ed52d02bdc8f /searchcore
parent98167b26a57e9413bf2d4ea71e99228a825432b9 (diff)
parentddd8f0e9a70aa1099133bc6893ca7c488653bb5b (diff)
Merge pull request #26227 from vespa-engine/balder/remove-fastos-types
Remove fastos/types.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
index 177d19b06f9..cd4d1686eeb 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h
@@ -3,13 +3,14 @@
#pragma once
#include <vespa/searchlib/queryeval/begin_and_end_id.h>
-#include <vespa/fastos/types.h>
#include <mutex>
#include <condition_variable>
#include <atomic>
#include <algorithm>
#include <vector>
+#define VESPA_DLL_LOCAL __attribute__ ((visibility("hidden")))
+
namespace proton::matching {
/**