diff options
| author | jvoisin | 2017-10-09 11:54:11 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-09 11:54:11 +0200 |
| commit | 7234fdbb0cb0dd45ed1d6e7814c91e596126ee25 (patch) | |
| tree | 1b29ad0e25f37b55390d309fd0b7f4cd406cbb7a /src/sp_config.h | |
| parent | 50bb0ed72d5c221d40f16690d980db5e7ccee46a (diff) | |
Implement matching on the calltrace (#17)
* Implement matching on the calltrace
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 68 | 68 | ||
| 69 | char *function; | 69 | char *function; |
| 70 | pcre *r_function; | 70 | pcre *r_function; |
| 71 | sp_node_t *functions_list; | ||
| 71 | 72 | ||
| 72 | char *hash; | 73 | char *hash; |
| 73 | int simulation; | 74 | int simulation; |
