aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.h
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2017-04-29 14:36:55 +0200
committerSmallJoker <mk939@ymail.com>2017-04-29 16:40:56 +0200
commitf727f54192644f6427ac1b2c86df8c64c7c5fdf0 (patch)
tree47e0b4f9c15ce7274e0d0702d60ca83e4663cc08 /src/network/connection.h
parent9762650f978cc7bae78861b70a051b26cc5e2dc6 (diff)
downloadminetest-f727f54192644f6427ac1b2c86df8c64c7c5fdf0.tar.xz
Fix Travis/unittest broken since b662a45
Diffstat (limited to 'src/network/connection.h')
-rw-r--r--src/network/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/connection.h b/src/network/connection.h
index dc86d2293..3a8388522 100644
--- a/src/network/connection.h
+++ b/src/network/connection.h
@@ -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;
};