aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/stats.h')
-rw-r--r--src/solvers/h48/stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/h48/stats.h b/src/solvers/h48/stats.h
index 5f96189..ca4b72e 100644
--- a/src/solvers/h48/stats.h
+++ b/src/solvers/h48/stats.h
@@ -10,8 +10,8 @@ typedef struct {
10 int8_t nmoves; 10 int8_t nmoves;
11 int8_t depth; 11 int8_t depth;
12 uint8_t moves[MAXLEN]; 12 uint8_t moves[MAXLEN];
13 _Atomic const uint32_t *cocsepdata; 13 const uint32_t *cocsepdata;
14 _Atomic const uint8_t *h48data; 14 const uint8_t *h48data;
15 char *s; 15 char *s;
16} dfsarg_solveh48stats_t; 16} dfsarg_solveh48stats_t;
17 17

Generated with cgit - Back to sebastiano.tronto.net