summaryrefslogtreecommitdiff
path: root/grid
diff options
context:
space:
mode:
authordwight <dwight@Dwights-MacBook.local>2008-08-11 14:07:30 -0400
committerdwight <dwight@Dwights-MacBook.local>2008-08-11 14:07:30 -0400
commit39030722e571658111c3583b61736d1e22524913 (patch)
treefcb3d69f517200a56b2301dcef2d67c607aaa961 /grid
parent50d596bcfdcd4617e20174bbbfe76892e4367898 (diff)
downloadmongo-39030722e571658111c3583b61736d1e22524913.tar.gz
worko in progress with tailable cursors
Diffstat (limited to 'grid')
-rw-r--r--grid/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid/message.h b/grid/message.h
index 9bf49e1674b..7a3235ae265 100644
--- a/grid/message.h
+++ b/grid/message.h
@@ -89,7 +89,7 @@ struct MsgData {
MSGID id; /* request/reply id's match... */
int responseTo; /* id of the message we are responding to */
int operation;
- char _data[4];
+ char _data[4];
int dataLen(); // len without header
};