summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/executor.h b/vespalib/src/vespa/vespalib/util/executor.h
index 97cde4ffbe2..a412832ecaf 100644
--- a/vespalib/src/vespa/vespalib/util/executor.h
+++ b/vespalib/src/vespa/vespalib/util/executor.h
@@ -23,7 +23,7 @@ public:
virtual ~Task() {}
};
- enum class OptimizeFor {LATENCY, THROUGHPUT};
+ enum class OptimizeFor {LATENCY, THROUGHPUT, ADAPTIVE};
/**
* Execute the given task using one of the internal threads some