summaryrefslogtreecommitdiff
path: root/cmd/srv9p/gnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/srv9p/gnet.h')
-rw-r--r--cmd/srv9p/gnet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/srv9p/gnet.h b/cmd/srv9p/gnet.h
index a724128..549dd7b 100644
--- a/cmd/srv9p/gnet.h
+++ b/cmd/srv9p/gnet.h
@@ -11,7 +11,7 @@
#include <libnet/libnet.h>
-struct gnet_conn {
+struct _gnet_conn {
struct libnet_conn_vtable *vtable;
int fd;
@@ -21,7 +21,7 @@ struct gnet_listener {
struct libnet_listener_vtable *vtable;
int fd;
- struct gnet_conn active_conn;
+ struct _gnet_conn active_conn;
};
void gnet_listener_init(struct gnet_listener *self, uint16_t port);