diff options
Diffstat (limited to 'src/search.h')
| -rw-r--r-- | src/search.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h index f8ddc6c..e9464b5 100644 --- a/src/search.h +++ b/src/search.h @@ -24,6 +24,8 @@ typedef struct t_ts_search_result ts_array filters; int match_count; int file_count; + ts_memory_bucket memory; + struct t_ts_search_result* prev_result; // thread syncing ts_mutex mutex; |
