diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-29 08:08:03 +0000 |
commit | df3c59d0889a337eff9f994e92a5dc165ba1729f (patch) | |
tree | 7973747444155ea669e3f2dc1177b9b2eb3fc8a1 /Source/charon/queues/jobs/job.c | |
parent | ed37dee61daf5bb272c04b79787da282abaa9447 (diff) | |
download | strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.bz2 strongswan-df3c59d0889a337eff9f994e92a5dc165ba1729f.tar.xz |
- changed allocation behavior
Diffstat (limited to 'Source/charon/queues/jobs/job.c')
-rw-r--r-- | Source/charon/queues/jobs/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/queues/jobs/job.c b/Source/charon/queues/jobs/job.c index 95b802e36..6cd7cbdd0 100644 --- a/Source/charon/queues/jobs/job.c +++ b/Source/charon/queues/jobs/job.c @@ -1,7 +1,7 @@ /** * @file job.c * - * @brief Job-Interface representing a job e.g. in job_queue + * @brief Interface additions to job_t. * */ |