]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct in6addrinfo): Add prefixlen field.
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Nov 2007 23:55:15 +0000 (23:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Nov 2007 23:55:15 +0000 (23:55 +0000)
include/ifaddrs.h

index 71bdaeb1801f2e7ec4b21d71c1de1bc6e431221c..7d52dc6dc8272c8c9711615ffb32e88a99ab6796 100644 (file)
@@ -12,7 +12,9 @@ struct in6addrinfo
     in6ai_deprecated = 1,
     in6ai_temporary = 2,
     in6ai_homeaddress = 4
-  } flags;
+  } flags:8;
+  uint8_t prefixlen;
+  uint16_t :16;
   uint32_t addr[4];
 };