summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/rpc/message.h')
-rw-r--r--src/mongo/rpc/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/rpc/message.h b/src/mongo/rpc/message.h
index 2acb34a632a..38ecf8b12e7 100644
--- a/src/mongo/rpc/message.h
+++ b/src/mongo/rpc/message.h
@@ -471,6 +471,8 @@ public:
return _buf;
}
+ std::string opMsgDebugString() const;
+
private:
SharedBuffer _buf;
};