This commit is contained in:
yunwei37
2023-11-04 15:03:03 +00:00
parent cc74bdc07f
commit 7e7ac27e3d

View File

@@ -18,7 +18,7 @@ struct map_elem {
struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(max_entries, 1000);
__type(key, int);`
__type(key, int);
__type(value, struct map_elem);
} hmap SEC(".maps");