diff options
| author | kkadosh | 2018-02-27 16:40:00 +0000 |
|---|---|---|
| committer | jvoisin | 2018-02-27 17:40:00 +0100 |
| commit | 9e769944ff07e39f3890f192e9bb8c57a8cef54c (patch) | |
| tree | 458ec4bd3bde2cf69fc4bdb94a690fbb68508425 /src/sp_config.h | |
| parent | 55d9defebd7f6fe34bc6fa49cce61e385df21059 (diff) | |
Implements .dump() for unserialize and fix some related tests
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
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 { | |||
| 66 | typedef struct { | 66 | typedef 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 | ||
| 71 | typedef struct { | 73 | typedef struct { |
