From f8ac106494444962788dc94e147bd33a3e8cdab6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 29 Jun 2017 17:39:41 -0700 Subject: Use common socket handling on POSIX (tcp done, ipc pending.) --- src/nng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 875bf995..208df8e9 100644 --- a/src/nng.h +++ b/src/nng.h @@ -458,7 +458,7 @@ NNG_DECL void nng_thread_destroy(void *); // These structures can be obtained via property lookups, etc. struct nng_sockaddr_path { uint16_t sa_family; - uint8_t sa_path[NNG_MAXADDRLEN]; + char sa_path[NNG_MAXADDRLEN]; }; typedef struct nng_sockaddr_path nng_sockaddr_path; typedef struct nng_sockaddr_path nng_sockaddr_ipc; -- cgit v1.2.3-70-g09d2