diff options
author | Martin Willi <martin@strongswan.org> | 2007-06-11 12:11:41 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-06-11 12:11:41 +0000 |
commit | 432b298e403ed1a82f29d60219826b73b9b43d01 (patch) | |
tree | e82d13eec9aa7ccfad8839b7eac68f1ae16347b6 /src/charon/processing/processor.h | |
parent | 9fe1a1ca7617bb562750864aae1892ece1a6a1e6 (diff) | |
download | strongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.bz2 strongswan-432b298e403ed1a82f29d60219826b73b9b43d01.tar.xz |
documentation fixes and updates
Diffstat (limited to 'src/charon/processing/processor.h')
-rw-r--r-- | src/charon/processing/processor.h | 4 |
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 |