- added mappings

This commit is contained in:
Martin Willi
2005-11-16 12:31:28 +00:00
parent fe684f2a5e
commit 5dee5e68c5
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -26,6 +26,13 @@
#include "utils/allocator.h"
mapping_t job_type_m[] = {
{INCOMING_PACKET, "INCOMING_PACKET"},
{RETRANSMIT_REQUEST, "RETRANSMIT_REQUEST"},
{INITIATE_IKE_SA, "INITIATE_IKE_SA"},
{MAPPING_END, NULL}
};
/**
* @brief implements function destroy of job_t
*/