diff options
Diffstat (limited to 'src/charon/processing/thread_pool.h')
-rw-r--r-- | src/charon/processing/thread_pool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/processing/thread_pool.h b/src/charon/processing/thread_pool.h index 8e1989bda..09a6312a8 100644 --- a/src/charon/processing/thread_pool.h +++ b/src/charon/processing/thread_pool.h @@ -41,7 +41,7 @@ typedef struct thread_pool_t thread_pool_t; * * @todo Add support for dynamic thread handling * - * @ingroup threads + * @ingroup processing */ struct thread_pool_t { @@ -79,7 +79,7 @@ struct thread_pool_t { * - thread_pool_t object if one ore more threads could be started, or * - NULL if no threads could be created * - * @ingroup threads + * @ingroup processing */ thread_pool_t *thread_pool_create(size_t pool_size); |