Fix Travis/unittest broken since b662a45
[oweals/minetest.git] / src / network / connection.h
index dc86d22936acef4662c28f24179fad8a524f3a4a..3a8388522b83852c5a1e98ed13272a74de34fb64 100644 (file)
@@ -175,7 +175,7 @@ struct BufferedPacket
        Buffer<u8> data; // Data of the packet, including headers
        float time; // Seconds from buffering the packet or re-sending
        float totaltime; // Seconds from buffering the packet
-       unsigned int absolute_send_time;
+       u64 absolute_send_time;
        Address address; // Sender or destination
        unsigned int resend_count;
 };