X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Source%2Fcharon%2Fqueues%2Fjobs%2Finitiate_ike_sa_job.h;h=ec6e4c1b0bffcf5ec994effa7e8e017227929822;hp=a38218121d3280bba5d0af2da4df13de4f8827a2;hb=a6cbf648312606089d352b8d3dda4ada66445603;hpb=3febcf15f0cba8b17ab3bdb67c3d0864ef61080c diff --git a/Source/charon/queues/jobs/initiate_ike_sa_job.h b/Source/charon/queues/jobs/initiate_ike_sa_job.h index a382181..ec6e4c1 100644 --- a/Source/charon/queues/jobs/initiate_ike_sa_job.h +++ b/Source/charon/queues/jobs/initiate_ike_sa_job.h @@ -28,7 +28,13 @@ typedef struct initiate_ike_sa_job_t initiate_ike_sa_job_t; /** - * Object representing an INITIATE_IKE_SA Job + * @brief Class representing an INITIATE_IKE_SA Job. + * + * This job is created if an IKE_SA should be iniated. This + * happens form a user request, or via the kernel interface. + * + * @b Constructors: + * - initiate_ike_sa_job_create() * * @ingroup jobs */ @@ -39,14 +45,14 @@ struct initiate_ike_sa_job_t { job_t job_interface; /** - * @brief Returns the currently set configuration name for this job + * @brief Returns the currently set configuration name for this job. * * @warning Returned name is not copied. * * @param this calling initiate_ike_sa_job_t object * @return name of the configuration */ - char * (*get_configuration_name) (initiate_ike_sa_job_t *this); + char *(*get_configuration_name) (initiate_ike_sa_job_t *this); /** * @brief Destroys an initiate_ike_sa_job_t object.