Add definition for VERB_CMA -- GitHub issue #180
This commit is contained in:
parent
8aa68cd5f1
commit
845955dea5
2 changed files with 30 additions and 3 deletions
|
@ -51,6 +51,7 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_SET_EPHEMERAL_KEY: return "SET_EPHEMERAL_KEY";
|
||||
case VERB_CMA: return "CMA";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue