Skip to content

Commit

Permalink
docs(libscap): add a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
Andreagit97 and FedeDP committed Sep 2, 2024
1 parent c431314 commit 2300299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libscap/metrics_v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
#define METRICS_V2_RULE_COUNTERS (1 << 4)
#define METRICS_V2_MISC (1 << 5)
#define METRICS_V2_PLUGINS (1 << 6)
#define METRICS_V2_KERNEL_COUNTERS_PER_CPU (1 << 7)
#define METRICS_V2_KERNEL_COUNTERS_PER_CPU (1 << 7) // Requesting this does also silently enable METRICS_V2_KERNEL_COUNTERS

typedef union metrics_v2_value {
uint32_t u32;
Expand Down

0 comments on commit 2300299

Please sign in to comment.