diff options
Diffstat (limited to 'src/core/event.h')
| -rw-r--r-- | src/core/event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/event.h b/src/core/event.h index 22af096e..9536d206 100644 --- a/src/core/event.h +++ b/src/core/event.h @@ -1,5 +1,6 @@ // // Copyright 2017 Garrett D'Amore <garrett@damore.org> +// Copyright 2017 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -25,7 +26,7 @@ struct nng_notify { void * n_arg; int n_type; nni_sock * n_sock; - nni_aio n_aio; + nni_aio * n_aio; }; extern void nni_ev_init(nni_event *, int, nni_sock *); |
