summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-01-27 14:48:52 +0000
committerGeir Storli <geirst@yahooinc.com>2022-01-27 15:28:21 +0000
commit557040ad59cb7e2d6269c0451ef76acaec22a2b9 (patch)
tree42a3bf9e83f13561baac08c8bc73c3a3b5a5f9a1 /vespalib
parent65f52f88b1fc452aff7c99739f0e32b35a3a6be4 (diff)
Tag proton thread pools with CPU categories.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/cpu_usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/cpu_usage.h b/vespalib/src/vespa/vespalib/util/cpu_usage.h
index 6fd1a370887..fd270d194b4 100644
--- a/vespalib/src/vespa/vespalib/util/cpu_usage.h
+++ b/vespalib/src/vespa/vespalib/util/cpu_usage.h
@@ -1,4 +1,5 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
#include "runnable.h"
#include "executor.h"