aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 56b2f029..fe979d10 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -128,6 +128,7 @@ struct nng_sockaddr_in6 {
uint16_t sa_family;
uint16_t sa_port;
uint8_t sa_addr[16];
+ uint32_t sa_scope;
};
typedef struct nng_sockaddr_in6 nng_sockaddr_in6;
typedef struct nng_sockaddr_in6 nng_sockaddr_udp6;