about summary refs log tree commit diff stats
path: root/inc
diff options
context:
space:
mode:
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;