- renamed mappings
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
/*
|
/*
|
||||||
* build the mappings for payload_type_t
|
* build the mappings for payload_type_t
|
||||||
*/
|
*/
|
||||||
mapping_t payload_type_t_mappings[] = {
|
mapping_t payload_type_m[] = {
|
||||||
{NO_PAYLOAD, "NO_PAYLOAD"},
|
{NO_PAYLOAD, "NO_PAYLOAD"},
|
||||||
{SECURITY_ASSOCIATION, "SECURITY_ASSOCIATION"},
|
{SECURITY_ASSOCIATION, "SECURITY_ASSOCIATION"},
|
||||||
{KEY_EXCHANGE, "KEY_EXCHANGE"},
|
{KEY_EXCHANGE, "KEY_EXCHANGE"},
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ enum payload_type_e{
|
|||||||
/*
|
/*
|
||||||
* build string mapping array for payload_type_t
|
* build string mapping array for payload_type_t
|
||||||
*/
|
*/
|
||||||
extern mapping_t payload_type_t_mappings[];
|
extern mapping_t payload_type_m[];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user