From 668c428051706e33a1d5a411a1b446ca865a4854 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 23 Jul 2013 22:46:04 -0700 Subject: Basic RPC stuff in Packet and PacketDecoder for RPC service support. --- node/Packet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node/Packet.cpp') diff --git a/node/Packet.cpp b/node/Packet.cpp index d12f396d..bce80bf1 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -42,6 +42,7 @@ const char *Packet::verbString(Verb v) case VERB_FRAME: return "FRAME"; case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME"; case VERB_MULTICAST_LIKE: return "MULTICAST_LIKE"; + case VERB_RPC: return "RPC"; } return "(unknown)"; } -- cgit v1.2.3