38338f781dda7083985d6ce474d0f865d4d95c3b
4 #include "Util/types.h"
6 // serialize a Work_t object into a bytes string
7 void pack_work(Work_t
* work
, uint32_t nbSeriesInChunk
, Byte
* packedWork
);
9 // serialize a Result_t object into a bytes string
10 void pack_result(Result_t
* result
, Byte
* packedResult
);