summaryrefslogtreecommitdiff
path: root/kernel/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/socket.h')
-rw-r--r--kernel/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/socket.h b/kernel/socket.h
index 5e8c3b1..954ee4d 100644
--- a/kernel/socket.h
+++ b/kernel/socket.h
@@ -46,6 +46,7 @@ struct INCOMING_TCP_CONNECTION {
u16 n_port;
u16 dst_port;
FIFO_FILE *data_file;
+ u8 *has_data_ptr;
u8 is_used;
u32 ack_num;
u32 seq_num;