add new field

This commit is contained in:
christos 2016-09-21 19:18:01 +00:00
parent 3281aec338
commit a75c439d9f
1 changed files with 3 additions and 0 deletions

View File

@ -338,6 +338,9 @@ namespace __sanitizer {
# endif
void *ifa_dstaddr; // (struct sockaddr *)
void *ifa_data;
#ifdef __NetBSD__
unsigned int ifa_addrflags;
#endif
};
#endif // !SANITIZER_ANDROID