util/ebpf: fix compilation

Bug: #5360
pull/7401/head
Eric Leblond 4 years ago
parent 1deba23376
commit e8d96f71f1

@ -61,7 +61,7 @@
#define BYPASSED_FLOW_TIMEOUT 60
static int g_livedev_storage_id = -1;
static int g_flow_storage_id = -1;
static struct FlowStorageId g_flow_storage_id = { .id = -1 };
struct bpf_map_item {
char iface[IFNAMSIZ];

Loading…
Cancel
Save