diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-04 16:15:02 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-04 16:15:02 -0700 |
| commit | 16a43040ef29f77375d226f669770e64a42d278c (patch) | |
| tree | 1fd80d0d761fbdf812c257817a3b23ae1dc6519c /src/platform/posix/posix_config.h | |
| parent | 58c5fbb731f50a952864bc500a8efd3b7077ee65 (diff) | |
| download | nng-16a43040ef29f77375d226f669770e64a42d278c.tar.gz nng-16a43040ef29f77375d226f669770e64a42d278c.tar.bz2 nng-16a43040ef29f77375d226f669770e64a42d278c.zip | |
Separate out poller/pollq from basic socket operations.
Diffstat (limited to 'src/platform/posix/posix_config.h')
| -rw-r--r-- | src/platform/posix/posix_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/posix/posix_config.h b/src/platform/posix/posix_config.h index bf121243..7fc2f5d5 100644 --- a/src/platform/posix/posix_config.h +++ b/src/platform/posix/posix_config.h @@ -58,4 +58,4 @@ #define NNG_USE_CLOCKID CLOCK_REALTIME #endif // CLOCK_REALTIME -#define NNG_USE_POSIX_AIOPOLL 1 +#define NNG_USE_POSIX_POLLQ_POLL 1 |
