diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-30 15:54:29 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-30 15:54:29 -0700 |
| commit | c721616e2e79d5890d402a8e2fa3dcc6b48657da (patch) | |
| tree | 8297ae8c6550ae140ea37d930a26742bed6a85cb /src/platform/posix/posix_ipc.c | |
| parent | 1a2efa40eeeb140982e11932019dd165fe6fcdd5 (diff) | |
| download | nng-c721616e2e79d5890d402a8e2fa3dcc6b48657da.tar.gz nng-c721616e2e79d5890d402a8e2fa3dcc6b48657da.tar.bz2 nng-c721616e2e79d5890d402a8e2fa3dcc6b48657da.zip | |
pipedesc_read/write -> pipedesc_send/recv.
Diffstat (limited to 'src/platform/posix/posix_ipc.c')
| -rw-r--r-- | src/platform/posix/posix_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/posix/posix_ipc.c b/src/platform/posix/posix_ipc.c index 04d83556..d211e82f 100644 --- a/src/platform/posix/posix_ipc.c +++ b/src/platform/posix/posix_ipc.c @@ -31,7 +31,7 @@ #undef sun #endif -// We alias nni_posix_sock to nni_plat_ipcsock. +// We alias nni_posix_pipdedesc to nni_plat_ipcsock. static int nni_plat_ipc_path_resolve(nni_sockaddr *addr, const char *path) |
