about summary refs log tree commit diff stats
path: root/inc
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2024-12-31 20:45:52 -0600
committerRen Kararou <[email protected]>2024-12-31 20:45:52 -0600
commit94cccae78b0a42438f36e612d3cf77d7f4b635c3 (patch)
treecb9cdc6e4c2df99a66f5f55c63d3469abe3842a4 /inc
parent85acd2ef82b447c5b5a63af576fa355f42f4262a (diff)
downloadnbtpd-94cccae78b0a42438f36e612d3cf77d7f4b635c3.tar.gz
nbtpd-94cccae78b0a42438f36e612d3cf77d7f4b635c3.tar.bz2
nbtpd-94cccae78b0a42438f36e612d3cf77d7f4b635c3.zip
start impl of handlers
Diffstat (limited to 'inc')
-rw-r--r--inc/handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/handlers.h b/inc/handlers.h
index 5aa0733..c174b6a 100644
--- a/inc/handlers.h
+++ b/inc/handlers.h
@@ -7,7 +7,7 @@
 typedef struct {
 	char path[768];
 	char mode[32];
-	int err;
+	nbd_tftp_ecode err;
 	struct sockaddr_in client;
 } nbd_nbtpd_args;