Skip to content

Commit

Permalink
Update ProduceRequest.h
Browse files Browse the repository at this point in the history
  • Loading branch information
avatli committed Nov 4, 2015
1 parent 32301dd commit 895a6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/produce/ProduceRequest.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class ProduceRequest : public Request

ProduceRequest(unsigned char *buffer, bool releaseBuffer = false);
ProduceRequest(int correlationId, std::string clientId, short int requiredAcks, int timeout, int produceTopicArraySize, TopicNameBlock<ProduceMessageSet> **produceTopicArray, bool releaseArrays = false);
ProduceRequest(int correlationId, std::string clientId, short int requiredAcks, int timeout, int produceTopicArraySize, TopicNameBlock<ProduceMessageSet> **produceTopicArray, long bufferSize, bool releaseArrays = false);
~ProduceRequest();

unsigned char* toWireFormat(bool updatePacketSize = true);
Expand Down

0 comments on commit 895a6de

Please sign in to comment.