Skip to content

Commit e41a2e5

Browse files
committed
change type of mTotalRead and mTotalSent to uint64_t in pqistreamer.h
1 parent d5acc87 commit e41a2e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pqi/pqistreamer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ class pqistreamer: public PQInterface
156156
uint32_t mIncomingSize_bytes; // size of Incoming in btyes
157157

158158
// data for network stats.
159-
int mTotalRead;
160-
int mTotalSent;
159+
uint64_t mTotalRead;
160+
uint64_t mTotalSent;
161161

162162
// these are representative (but not exact)
163163
int mCurrRead;

0 commit comments

Comments
 (0)