mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38: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
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
@ -38,7 +39,7 @@ class Backend;
|
|||
|
||||
namespace detail {
|
||||
|
||||
enum class TelemetryScope {
|
||||
enum class TelemetryScope : uint8_t {
|
||||
Core,
|
||||
WebSocket,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue