Revert "selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc"

This reverts commit c984d7409a.
This commit is contained in:
Ksawlii 2024-11-24 00:23:23 +01:00
parent f198032686
commit 0b36f379bb

View file

@ -3,6 +3,8 @@
#ifndef __PROGS_CG_STORAGE_MULTI_H
#define __PROGS_CG_STORAGE_MULTI_H
#include <asm/types.h>
struct cgroup_value {
__u32 egress_pkts;
__u32 ingress_pkts;