From 10e3c671ac33983b815e90e641633409280f045e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 17 Sep 2024 21:53:36 +0200 Subject: Parallelized h48k2 gendata --- test/100_gendata_cocsep/gendata_cocsep_tests.c | 1 + test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c index ee26de9..7630a71 100644 --- a/test/100_gendata_cocsep/gendata_cocsep_tests.c +++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c @@ -13,6 +13,7 @@ typedef struct { uint64_t hash; uint64_t entries; uint64_t classes; /* Used only by cocsepdata, for now */ + uint8_t h48h; uint8_t bits; uint8_t base; uint8_t maxvalue; diff --git a/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c b/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c index 72a34f6..41ab10a 100644 --- a/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c +++ b/test/120_gendata_h48h0k4/gendata_h48h0k4_tests.c @@ -13,6 +13,7 @@ typedef struct { uint64_t hash; uint64_t entries; uint64_t classes; /* Used only by cocsepdata, for now */ + uint8_t h48h; uint8_t bits; uint8_t base; uint8_t maxvalue; -- cgit v1.3