From 17a09fafa2b569f0ce548220fd099cdf88e3a71e Mon Sep 17 00:00:00 2001 From: kkadosh Date: Fri, 2 Mar 2018 13:31:56 +0000 Subject: Add .dump() for eval whitelist/blacklist + simulation mode for whitelist --- src/sp_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp_config.h') 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 { sp_list_node *blacklist; sp_list_node *whitelist; bool simulation; + char *dump; + char *textual_representation; } sp_config_eval; typedef struct { -- cgit v1.3