diff options
Diffstat (limited to 'sys/kern/uipc_socket2.c')
-rw-r--r-- | sys/kern/uipc_socket2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c index 0c379d9..dc1f4cb 100644 --- a/sys/kern/uipc_socket2.c +++ b/sys/kern/uipc_socket2.c @@ -57,6 +57,8 @@ int maxsockets; +void (*aio_swake)(struct socket *, struct sockbuf *); + /* * Primitive routines for operating on sockets and socket buffers */ |