summaryrefslogtreecommitdiff
path: root/src/aio/aio_readwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aio/aio_readwrite.c')
-rw-r--r--src/aio/aio_readwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aio/aio_readwrite.c b/src/aio/aio_readwrite.c
index e4c95aa2..666372db 100644
--- a/src/aio/aio_readwrite.c
+++ b/src/aio/aio_readwrite.c
@@ -51,7 +51,7 @@ static void *io_thread(void *p)
__aio_wake();
- switch (cb->aio_sigevent.sigev_notify) {
+ switch (sev.sigev_notify) {
case SIGEV_SIGNAL:
notify_signal(&sev);
break;