]> git.cworth.org Git - apitrace/commit
Make sure that the size of the compressed length is constant.
authorZack Rusin <zack@kde.org>
Thu, 25 Aug 2011 04:02:20 +0000 (00:02 -0400)
committerZack Rusin <zack@kde.org>
Thu, 25 Aug 2011 04:02:20 +0000 (00:02 -0400)
commit75e8c9b7c7f2f10d9b7f479d45f58d81ea729d30
tree4cb106ea7341fe6d65d11e8b6d97fb162f59ce5f
parentbfa8b255d1fdfe68f595c189e75eb44a312c8567
Make sure that the size of the compressed length is constant.

size_t can differ between 32 and 64 bit systems.
Plus add some documentation about the file format.
trace_snappyfile.cpp
trace_snappyfile.hpp