summaryrefslogtreecommitdiff
path: root/toxcore/packets.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/packets.h')
-rw-r--r--toxcore/packets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/packets.h b/toxcore/packets.h
index 4f410fb3..e619f864 100644
--- a/toxcore/packets.h
+++ b/toxcore/packets.h
@@ -10,7 +10,7 @@ typedef struct {
10 10
11} __attribute__((packed)) clientid_t; 11} __attribute__((packed)) clientid_t;
12 12
13// Ping packet 13// Ping packet.
14typedef struct { 14typedef struct {
15 uint8_t packet_id; 15 uint8_t packet_id;
16 clientid_t client_id; 16 clientid_t client_id;
@@ -20,7 +20,7 @@ typedef struct {
20 20
21} __attribute__((packed)) pingreq_t; 21} __attribute__((packed)) pingreq_t;
22 22
23// Pong packet 23// Pong packet.
24typedef struct { 24typedef struct {
25 uint8_t packet_id; 25 uint8_t packet_id;
26 clientid_t client_id; 26 clientid_t client_id;