- added new job type delete_ike_sa_job_t

This commit is contained in:
Jan Hutter
2005-11-17 14:25:46 +00:00
parent 49a69999a2
commit 9264ec577e
4 changed files with 191 additions and 1 deletions
+1
View File
@@ -28,5 +28,6 @@ mapping_t job_type_m[] = {
{INCOMING_PACKET, "INCOMING_PACKET"},
{RETRANSMIT_REQUEST, "RETRANSMIT_REQUEST"},
{INITIATE_IKE_SA, "INITIATE_IKE_SA"},
{DELETE_IKE_SA, "DELETE_IKE_SA"},
{MAPPING_END, NULL}
};