diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-12-07 15:56:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-12-23 17:00:58 +0100 |
commit | 14f7091280b8d12fcbc58a4ff986e94915ecd638 (patch) | |
tree | 60accd6c3dd15a08cc824ebd21fa9d3da481717d /src/libstrongswan/library.h | |
parent | 32d8f44229ac1025046a984efc4a546fbe0a841c (diff) | |
download | strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.bz2 strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.xz |
Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h).
Diffstat (limited to 'src/libstrongswan/library.h')
-rw-r--r-- | src/libstrongswan/library.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstrongswan/library.h b/src/libstrongswan/library.h index 2673afa4b..78a6fe0a9 100644 --- a/src/libstrongswan/library.h +++ b/src/libstrongswan/library.h @@ -40,6 +40,9 @@ * @defgroup plugins plugins * @ingroup libstrongswan * + * @defgroup threading threading + * @ingroup libstrongswan + * * @defgroup utils utils * @ingroup libstrongswan */ |