aboutsummaryrefslogtreecommitdiff
path: root/lib/include/server.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-25 20:17:13 -0500
committerIan Moffett <ian@osmora.org>2025-02-25 20:21:27 -0500
commited33f4e1c82fb2c21e0b60f457d1e3404be34980 (patch)
treef75f14efdf654f81dfe566fc49295e340c486a78 /lib/include/server.h
parent833f064b8f4ee30b9f46bba654a99411cd6866d3 (diff)
spec: Add initial P2P sourcesp2p
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/include/server.h')
-rw-r--r--lib/include/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/server.h b/lib/include/server.h
index c8eff9c..33d2b7e 100644
--- a/lib/include/server.h
+++ b/lib/include/server.h
@@ -40,6 +40,7 @@
struct ostp_client {
struct ostp_session session;
+ char host[IP_LEN_MAX];
int sockfd;
pthread_t td;
volatile uint8_t authed : 1;