aboutsummaryrefslogtreecommitdiff
path: root/src/misc/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/types.h')
-rw-r--r--src/misc/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/misc/types.h b/src/misc/types.h
index 827e8aa..ed9cd18 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -51,6 +51,9 @@ typedef struct {
bits_t *seed_b;
GEN mult;
} brainpool;
+ struct {
+ GEN z;
+ } family;
};
} seed_t;