more format

This commit is contained in:
Jacob Dufault 2017-03-20 22:51:34 -07:00
parent 95488507a0
commit 95f6a0df1c

View File

@ -50,7 +50,10 @@ struct MessageQueue {
private: private:
struct BufferMetadata; struct BufferMetadata;
void CopyPayloadToBuffer(uint32_t partial_id, void* payload, size_t payload_size, bool has_more_chunks); void CopyPayloadToBuffer(uint32_t partial_id,
void* payload,
size_t payload_size,
bool has_more_chunks);
BufferMetadata* metadata() const; BufferMetadata* metadata() const;
// Returns the number of bytes currently available in the buffer. // Returns the number of bytes currently available in the buffer.