summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index 75ee83d..ba1542c 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -66,6 +66,8 @@ typedef struct {
66typedef struct { 66typedef struct {
67 bool enable; 67 bool enable;
68 bool simulation; 68 bool simulation;
69 char *dump;
70 char *textual_representation;
69} sp_config_unserialize; 71} sp_config_unserialize;
70 72
71typedef struct { 73typedef struct {