diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-01-05 11:47:22 -0800 |
| commit | 56cfe1d603104784ec40d94d8ac689391ef2e0eb (patch) | |
| tree | 2a62a6b94e2a0702f3ecb373cbc4b9d5d2870a2d /node/Packet.cpp | |
| parent | 95e303d6f316e4a929d119a4255c79cca5a8a6e6 (diff) | |
| download | infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.tar.gz infinitytier-56cfe1d603104784ec40d94d8ac689391ef2e0eb.zip | |
Strip out old Service code, add new service message type.
Diffstat (limited to 'node/Packet.cpp')
| -rw-r--r-- | node/Packet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp index e7870a98..c20fac42 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -50,6 +50,7 @@ const char *Packet::verbString(Verb v) case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH"; case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER"; case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME"; + case VERB_SERVICE_MESSAGE: return "SERVICE_MESSAGE"; } return "(unknown)"; } |
