aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 933c0de7..65031d32 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -151,7 +151,7 @@ struct nng_sockaddr_abstract {
// larger than this without breaking binary compatibility.
struct nng_sockaddr_storage {
uint16_t sa_family;
- uint16_t sa_pad[64];
+ uint64_t sa_pad[16];
};
typedef struct nng_sockaddr_inproc nng_sockaddr_inproc;