Skip to content

Commit

Permalink
tiny rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Sep 17, 2024
1 parent 55f89af commit 49e1ea1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions GPL/Events/EbpfEventProto.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,9 @@ struct ebpf_dns_event {

// Basic event statistics
struct ebpf_event_stats {
uint64_t lost; // lost events due to a full ringbuffer
uint64_t sent; // events sent through the ringbuffer
// indicates that an sk_buff for a DNS event contained no non-paged data in sk_buff->data
uint64_t dns_zero_body;
uint64_t lost; // lost events due to a full ringbuffer
uint64_t sent; // events sent through the ringbuffer
uint64_t dns_zero_body; // indicates that the dns body of a sk_buff was unavailable
};

#endif // EBPF_EVENTPROBE_EBPFEVENTPROTO_H

0 comments on commit 49e1ea1

Please sign in to comment.