aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/event_queue.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-29 08:08:03 +0000
committerMartin Willi <martin@strongswan.org>2005-11-29 08:08:03 +0000
commitdf3c59d0889a337eff9f994e92a5dc165ba1729f (patch)
tree7973747444155ea669e3f2dc1177b9b2eb3fc8a1 /Source/charon/queues/event_queue.h
parented37dee61daf5bb272c04b79787da282abaa9447 (diff)
downloadstrongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.bz2
strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.xz
- changed allocation behavior
Diffstat (limited to 'Source/charon/queues/event_queue.h')
-rw-r--r--Source/charon/queues/event_queue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/charon/queues/event_queue.h b/Source/charon/queues/event_queue.h
index ed0a85869..41700cf17 100644
--- a/Source/charon/queues/event_queue.h
+++ b/Source/charon/queues/event_queue.h
@@ -35,6 +35,8 @@ typedef struct event_queue_t event_queue_t;
*
* Although the event-queue is based on a linked_list_t
* all access functions are thread-save implemented.
+ *
+ * @ingroup queues
*/
struct event_queue_t {
@@ -100,6 +102,9 @@ struct event_queue_t {
* @brief Creates an empty event_queue
*
* @returns event_queue
+ *
+ * @ingroup queues
*/
event_queue_t *event_queue_create();
+
#endif /*EVENT_QUEUE_H_*/