Skip to content

Commit 9b70332

Browse files
committed
added:get bucket info reply bucket now size for http api
1 parent 439deaf commit 9b70332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

XEngine_Source/StorageModule_Protocol/Protocol_Packet/Protocol_StoragePacket.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ bool CProtocol_StoragePacket::Protocol_StoragePacket_Bucket(XCHAR* ptszMsgBuffer
626626
st_JsonObject["bEnable"] = stl_ListIterator->bEnable;
627627
st_JsonObject["nLevel"] = stl_ListIterator->nLevel;
628628
st_JsonObject["tszBuckSize"] = stl_ListIterator->tszBuckSize;
629+
st_JsonObject["tszNowSize"] = stl_ListIterator->nBuckSize;
629630
st_JsonObject["tszBuckKey"] = stl_ListIterator->tszBuckKey;
630631
st_JsonObject["tszFilePath"] = stl_ListIterator->tszFilePath;
631632

0 commit comments

Comments
 (0)