mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
- indexer turned on
- thread function made static
This commit is contained in:
parent
954d34e303
commit
b6e9bc4925
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user