diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-25 13:42:58 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-25 13:42:58 +0000 |
commit | ca76df97365ec3421719bfbf9ecd3f33939ad108 (patch) | |
tree | 98f14e2944590fd642f3bfab0e03000ed64cde65 /Source/charon/definitions.h | |
parent | 2a336de4cd0d2f9cbb2547dbe7b4ff278446b89a (diff) | |
download | strongswan-ca76df97365ec3421719bfbf9ecd3f33939ad108.tar.bz2 strongswan-ca76df97365ec3421719bfbf9ecd3f33939ad108.tar.xz |
- documentation and cleanup of threads package
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index d170cef09..03fd74b29 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -110,6 +110,15 @@ * * Generic helper classes. */ + +/** + * @addtogroup threads + * + * Threaded classes, which will do their + * job alone. + */ + + /** * macro gives back larger of two values |