summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorkkadosh2018-02-27 16:40:00 +0000
committerjvoisin2018-02-27 17:40:00 +0100
commit9e769944ff07e39f3890f192e9bb8c57a8cef54c (patch)
tree458ec4bd3bde2cf69fc4bdb94a690fbb68508425 /src/sp_config.h
parent55d9defebd7f6fe34bc6fa49cce61e385df21059 (diff)
Implements .dump() for unserialize and fix some related tests
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 {