From cdf311166da0171c2787fb1745072cd14569ff4f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 25 Aug 2024 14:35:45 +0200 Subject: Refactor table generation --- test/113_gen_h48short/gen_h48short.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/113_gen_h48short') diff --git a/test/113_gen_h48short/gen_h48short.c b/test/113_gen_h48short/gen_h48short.c index 92d346a..335821a 100644 --- a/test/113_gen_h48short/gen_h48short.c +++ b/test/113_gen_h48short/gen_h48short.c @@ -8,6 +8,11 @@ typedef struct { uint64_t capacity; uint64_t randomizer; uint64_t *table; + uint32_t *info; + uint32_t *cocsepdata; + uint32_t *h48data; + uint64_t selfsim[COCSEP_CLASSES]; + cube_t crep[COCSEP_CLASSES]; } h48map_t; typedef struct { -- cgit v1.3