ebpf/util: change flow storage to new 'id' type

pull/6059/head
Juliana Fajardini 4 years ago committed by Victor Julien
parent 3b1a653467
commit e7c1c3c374

@ -61,7 +61,7 @@
#define BYPASSED_FLOW_TIMEOUT 60
static LiveDevStorageId g_livedev_storage_id = { .id = -1 };
static int g_flow_storage_id = -1; // TODO change this in a different commit
static FlowStorageId g_flow_storage_id = { .id = -1 };
struct bpf_map_item {
char iface[IFNAMSIZ];

Loading…
Cancel
Save