- added more crc capture data to track down oos

This commit is contained in:
Mark Vejvoda
2013-10-17 06:36:28 +00:00
parent 23963e537d
commit 83055456d2
5 changed files with 55 additions and 13 deletions

View File

@@ -53,6 +53,7 @@ public:
uint32 addBytes(const void *_data, size_t _size);
void addString(const string &value);
uint32 addInt(const int32 &value);
uint32 addUInt(const uint32 &value);
uint32 addInt64(const int64 &value);
void addFile(const string &path);