diff options
author | Dwight <dmerriman@gmail.com> | 2007-11-26 19:38:14 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2007-11-26 19:38:14 -0500 |
commit | cbf7e7db0435641b05851059aeef752ad4a6bbb5 (patch) | |
tree | 0efcde0b0a469ad5bbfd882870ff78a2bac2ac08 /grid/protocol.h | |
parent | eb4ffe30f868fae9bb87353148cbc1d5a9c780ee (diff) | |
download | mongo-cbf7e7db0435641b05851059aeef752ad4a6bbb5.tar.gz |
jumbo frames on localhost
Diffstat (limited to 'grid/protocol.h')
-rw-r--r-- | grid/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grid/protocol.h b/grid/protocol.h index 8bf945ec88b..020c9ec75cb 100644 --- a/grid/protocol.h +++ b/grid/protocol.h @@ -70,6 +70,7 @@ public: F(Fragment *f);
~F();
int __num(); //frag #
+ int __len();
MSGID __msgid();
int __channel();
bool __isREQUESTACK(); // if true, this is just a request for acknowledgement not real data
|