diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-26 13:51:17 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-26 13:54:08 -0800 |
| commit | 07458cca6791b32215e28c4ac501630ca059e463 (patch) | |
| tree | 45088fdfd60bd8524a194ba0974c69c4b923c6c9 /src/core | |
| parent | 38b9035d729626f71bdd7b8b9c3e7988e2c18052 (diff) | |
| download | nng-07458cca6791b32215e28c4ac501630ca059e463.tar.gz nng-07458cca6791b32215e28c4ac501630ca059e463.tar.bz2 nng-07458cca6791b32215e28c4ac501630ca059e463.zip | |
dialer: use nni_aio_start
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/dialer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dialer.c b/src/core/dialer.c index 5bf9915c..d2082f13 100644 --- a/src/core/dialer.c +++ b/src/core/dialer.c @@ -467,7 +467,7 @@ nni_dialer_start(nni_dialer *d, unsigned flags) nni_atomic_flag_reset(&d->d_started); return (rv); } - nni_aio_begin(aio); + nni_aio_start(aio, NULL, NULL); } nni_mtx_lock(&d->d_mtx); |
