From 7234fdbb0cb0dd45ed1d6e7814c91e596126ee25 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 9 Oct 2017 11:54:11 +0200 Subject: Implement matching on the calltrace (#17) * Implement matching on the calltrace--- src/sp_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index 34096ce..d5cd1dc 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -68,6 +68,7 @@ typedef struct { char *function; pcre *r_function; + sp_node_t *functions_list; char *hash; int simulation; -- cgit v1.3