diff --git a/common/timeMsg.h b/common/timeMsg.h index afd01601..27e9b740 100644 --- a/common/timeMsg.h +++ b/common/timeMsg.h @@ -22,7 +22,7 @@ public: virtual uint32_t getSize() { - return sizeof(int32_t); + return sizeof(double); } double latency;