diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:09:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:17:22 -0700 |
| commit | 70ae513e4dda50864f7d45b6676549ed5246144d (patch) | |
| tree | 4b3af5df7d7aeb2301c31717d9f625e2b0a8ff86 /src/sp/transport.h | |
| parent | e6848652f9684f044543a3ddf24dab806e34bc7c (diff) | |
| download | nng-70ae513e4dda50864f7d45b6676549ed5246144d.tar.gz nng-70ae513e4dda50864f7d45b6676549ed5246144d.tar.bz2 nng-70ae513e4dda50864f7d45b6676549ed5246144d.zip | |
Transport listen: use nng_err
Diffstat (limited to 'src/sp/transport.h')
| -rw-r--r-- | src/sp/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/transport.h b/src/sp/transport.h index 1c9f930b..733388e8 100644 --- a/src/sp/transport.h +++ b/src/sp/transport.h @@ -92,7 +92,7 @@ struct nni_sp_listener_ops { // address, or NNG_EACCESS for permission problems. The transport // should update the url if it has changed (e.g. due to converting // from port 0 to a real port.) - int (*l_bind)(void *, nng_url *); + nng_err (*l_bind)(void *, nng_url *); // l_accept accepts an inbound connection. void (*l_accept)(void *, nni_aio *); |
