X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysdep_decls.h;h=c805176a0f5a5d3cf8ad0da10e11297243347585;hb=5cbfcc2545d5b9f6b947c7fecd1f9f81cabbae4a;hp=99071ec3cc3b4c9fee1cb6ebae8981740d97dcfa;hpb=596a7da4859d0dbf87fba6f6587c612e1cda95ac;p=citadel.git diff --git a/citadel/sysdep_decls.h b/citadel/sysdep_decls.h index 99071ec3c..c805176a0 100644 --- a/citadel/sysdep_decls.h +++ b/citadel/sysdep_decls.h @@ -98,5 +98,6 @@ char *tracked_strdup(const char *s, char *file, int line); void dump_heap(void); #endif -void create_indexer_thread(void); +void create_maintenance_threads(void); extern pthread_t indexer_thread_tid; +extern pthread_t checkpoint_thread_tid;