diff options
| author | kkadosh | 2018-03-02 13:31:56 +0000 |
|---|---|---|
| committer | jvoisin | 2018-03-02 14:31:56 +0100 |
| commit | 17a09fafa2b569f0ce548220fd099cdf88e3a71e (patch) | |
| tree | 7d07f6ba92635959fbae9b1ec9fa6470d3bf6576 /src/sp_config.h | |
| parent | bdd2cfc430d4b841c24a6c08e7934d667bdc6637 (diff) | |
Add .dump() for eval whitelist/blacklist + simulation mode for whitelist
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 0ccd11e..e537ec2 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -119,6 +119,8 @@ typedef struct { | |||
| 119 | sp_list_node *blacklist; | 119 | sp_list_node *blacklist; |
| 120 | sp_list_node *whitelist; | 120 | sp_list_node *whitelist; |
| 121 | bool simulation; | 121 | bool simulation; |
| 122 | char *dump; | ||
| 123 | char *textual_representation; | ||
| 122 | } sp_config_eval; | 124 | } sp_config_eval; |
| 123 | 125 | ||
| 124 | typedef struct { | 126 | typedef struct { |
