aboutsummaryrefslogtreecommitdiff
path: root/src/cm/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm/custom.h')
-rw-r--r--src/cm/custom.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/cm/custom.h b/src/cm/custom.h
index da5007a..221c8be 100644
--- a/src/cm/custom.h
+++ b/src/cm/custom.h
@@ -9,10 +9,17 @@
#include "misc/types.h"
typedef struct {
+ /* Stuff filled with custom_quadr_next. */
GEN p;
GEN t;
- GEN v;
GEN D;
+
+ /* Stuff for saving state. */
+ GEN order;
+ GEN r;
+ GEN i;
+ GEN* Sp;
+ size_t nprimes;
} custom_quadr_t;
/**