git-svn-id: svn://elaine/murooma/trunk@70 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-05 13:20:19 +00:00
parent 071405049e
commit 858e49a3ed
4 changed files with 117 additions and 61 deletions

View file

@ -16,6 +16,10 @@
template <size_t T>
struct ChunkT
{
// ChunkT()
// {
// memset(&payload[0], 0, T);
// }
int32_t tv_sec;
int32_t tv_usec;
int32_t idx;