From b3c610541b7284cbd59827b13af86a457268ae96 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 23 Sep 1997 16:09:12 +0000 Subject: added code from Philip A Prindeville which expands the interfaces option to this: "interfaces = le0 le1" or "interfaces = all". it uses SIOCGIFxxxx ioctl calls. (This used to be commit 39071415ba6f8a00e2909e443261d0059fe27e82) --- source3/include/smb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 6ef0e6f9d0..05f73f7f45 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -433,6 +433,9 @@ struct interface struct in_addr ip; struct in_addr bcast; struct in_addr nmask; + char *name; + size_t mtu; /* may be useful in future... */ + short flags; }; /* share mode record pointed to in shared memory hash bucket */ -- cgit