diff options
Diffstat (limited to 'src/sp/protocol/pipeline0/pull.c')
| -rw-r--r-- | src/sp/protocol/pipeline0/pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/protocol/pipeline0/pull.c b/src/sp/protocol/pipeline0/pull.c index d808180a..559935b0 100644 --- a/src/sp/protocol/pipeline0/pull.c +++ b/src/sp/protocol/pipeline0/pull.c @@ -245,7 +245,7 @@ pull0_sock_recv(void *arg, nni_aio *aio) nni_mtx_unlock(&s->m); } -static int +static nng_err pull0_sock_get_recv_fd(void *arg, int *fdp) { pull0_sock *s = arg; |
