strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- added new job type delete_ike_sa_job_t
[strongswan.git]
/
Source
/
charon
/
jobs
/
job.c
diff --git
a/Source/charon/jobs/job.c
b/Source/charon/jobs/job.c
index
a7df3ec
..
95b802e
100644
(file)
--- a/
Source/charon/jobs/job.c
+++ b/
Source/charon/jobs/job.c
@@
-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}
};