aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/processing/processor.h')
-rw-r--r--src/charon/processing/processor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charon/processing/processor.h b/src/charon/processing/processor.h
index 6763e27d0..f12c7f10e 100644
--- a/src/charon/processing/processor.h
+++ b/src/charon/processing/processor.h
@@ -98,7 +98,9 @@ struct processor_t {
/**
* @brief Create the thread pool without any threads.
- *
+ *
+ * Use the set_threads method to start processing jobs.
+ *
* @return processor_t object
*
* @ingroup processing