Add definition for VERB_CMA -- GitHub issue #180

This commit is contained in:
Adam Ierymenko 2015-06-13 18:08:00 +02:00
parent 8aa68cd5f1
commit 845955dea5
2 changed files with 30 additions and 3 deletions

View file

@ -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)";
}