From 9e769944ff07e39f3890f192e9bb8c57a8cef54c Mon Sep 17 00:00:00 2001 From: kkadosh Date: Tue, 27 Feb 2018 16:40:00 +0000 Subject: Implements .dump() for unserialize and fix some related tests --- 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 75ee83d..ba1542c 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -66,6 +66,8 @@ typedef struct { typedef struct { bool enable; bool simulation; + char *dump; + char *textual_representation; } sp_config_unserialize; typedef struct { -- cgit v1.3