You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, in libs\ebpf_ext\ebpf_ext_tracelog.c no #define EBPF_EXT_****_KEYWORD_SWITCH(...) uses the keyword for the switch parameter, but no caller of those macros passes it.
Like done in the ebpf-for-windows repo, explicitly specifying the keyword parameter would make understanding the flow easier.
Apparently, in
libs\ebpf_ext\ebpf_ext_tracelog.c
no#define EBPF_EXT_****_KEYWORD_SWITCH(...)
uses thekeyword
for the switch parameter, but no caller of those macros passes it.Like done in the
ebpf-for-windows
repo, explicitly specifying thekeyword
parameter would make understanding the flow easier.For example:
The text was updated successfully, but these errors were encountered: