From a6cbf648312606089d352b8d3dda4ada66445603 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 6 Dec 2005 16:46:39 +0000 Subject: - docs updated --- Source/charon/queues/send_queue.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Source/charon/queues/send_queue.h') diff --git a/Source/charon/queues/send_queue.h b/Source/charon/queues/send_queue.h index 646d7adc9..6dc5867eb 100644 --- a/Source/charon/queues/send_queue.h +++ b/Source/charon/queues/send_queue.h @@ -30,11 +30,15 @@ typedef struct send_queue_t send_queue_t; /** - * @brief Send-Queue - * + * @brief The send queue stores packet for the sender_t instance. + * + * The sender_t will send them consequently over the wire. * Although the send-queue is based on a linked_list_t * all access functions are thread-save implemented. * + * @b Constructors: + * - send_queue_create() + * * @ingroup queues */ struct send_queue_t { @@ -87,7 +91,7 @@ struct send_queue_t { /** * @brief Creates an empty send_queue_t. * - * @return send_queue_t empty send_queue_t + * @return send_queue_t object * * @ingroup queues */ -- cgit v1.2.3