diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
| commit | af8fcac0fcfd64600a442dc4d633601e29e611ea (patch) | |
| tree | ead0de58b5102b16ada60424917440b51745478d /node/Packet.hpp | |
| parent | 9cf734b74a750b8af0c628809c16be57eef1ff21 (diff) | |
| download | infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.tar.gz infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.zip | |
RPC infrastructure work in progress.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 13361497..8b06d1a5 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -466,7 +466,7 @@ public: VERB_MULTICAST_FRAME = 9, /* Call a plugin via RPC: - * <[1] length of function name> + * <[2] length of function name> * <[...] function name> * [<[2] length of argument>] * [<[...] argument>] |
