summaryrefslogtreecommitdiff
path: root/source4/lib/socket/netif.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/socket/netif.h')
-rw-r--r--source4/lib/socket/netif.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/lib/socket/netif.h b/source4/lib/socket/netif.h
index 417c6e074f..6a06c4bf15 100644
--- a/source4/lib/socket/netif.h
+++ b/source4/lib/socket/netif.h
@@ -23,8 +23,10 @@
struct iface_struct {
char name[16];
- struct in_addr ip;
- struct in_addr netmask;
+ int flags;
+ struct sockaddr_storage ip;
+ struct sockaddr_storage netmask;
+ struct sockaddr_storage bcast;
};
struct interface;