- indexer turned on

- thread function made static
This commit is contained in:
Jan Hutter 2005-11-07 07:13:47 +00:00
parent 954d34e303
commit b6e9bc4925

View file

@ -54,7 +54,7 @@ typedef struct {
} private_thread_pool_t;
void job_processing(private_thread_pool_t *this)
static void job_processing(private_thread_pool_t *this)
{
/* cancellation disabled by default */
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);