aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/job_queue.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-06 16:46:39 +0000
committerMartin Willi <martin@strongswan.org>2005-12-06 16:46:39 +0000
commita6cbf648312606089d352b8d3dda4ada66445603 (patch)
tree214a87d1d8f9633e564ba8f92b5da5cb1dd72497 /Source/charon/queues/job_queue.c
parent3febcf15f0cba8b17ab3bdb67c3d0864ef61080c (diff)
downloadstrongswan-a6cbf648312606089d352b8d3dda4ada66445603.tar.bz2
strongswan-a6cbf648312606089d352b8d3dda4ada66445603.tar.xz
- docs updated
Diffstat (limited to 'Source/charon/queues/job_queue.c')
-rw-r--r--Source/charon/queues/job_queue.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/charon/queues/job_queue.c b/Source/charon/queues/job_queue.c
index d6e8f6b3f..9d383d743 100644
--- a/Source/charon/queues/job_queue.c
+++ b/Source/charon/queues/job_queue.c
@@ -36,12 +36,17 @@ typedef struct private_job_queue_t private_job_queue_t;
*
*/
struct private_job_queue_t {
+
+ /**
+ * public members
+ */
job_queue_t public;
/**
* The jobs are stored in a linked list
*/
linked_list_t *list;
+
/**
* access to linked_list is locked through this mutex
*/