p2p: add m_network to NodeEvictionCandidate struct

This commit is contained in:
Jon Atack
2021-06-10 11:44:55 +02:00
parent 7321e6f2fe
commit 4ee7aec47e
4 changed files with 6 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ FUZZ_TARGET(node_eviction)
/* prefer_evict */ fuzzed_data_provider.ConsumeBool(),
/* m_is_local */ fuzzed_data_provider.ConsumeBool(),
/* m_is_onion */ fuzzed_data_provider.ConsumeBool(),
/* m_network */ fuzzed_data_provider.PickValueInArray(ALL_NETWORKS),
});
}
// Make a copy since eviction_candidates may be in some valid but otherwise