mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Fix a clang-tidy finding in cluster telemetry code
This commit is contained in:
parent
627c3ad726
commit
1bc39cb541
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -38,7 +39,7 @@ class Backend;
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
enum class TelemetryScope {
|
enum class TelemetryScope : uint8_t {
|
||||||
Core,
|
Core,
|
||||||
WebSocket,
|
WebSocket,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue