diff options
author | Luke Leighton <lkcl@samba.org> | 1997-09-23 16:09:12 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-09-23 16:09:12 +0000 |
commit | b3c610541b7284cbd59827b13af86a457268ae96 (patch) | |
tree | 32b59dfa389da16b4163294d708cb8b170e1483e /source3/include | |
parent | 7885239b62672d23b060044ffd857ad811132906 (diff) | |
download | samba-b3c610541b7284cbd59827b13af86a457268ae96.tar.gz samba-b3c610541b7284cbd59827b13af86a457268ae96.tar.xz samba-b3c610541b7284cbd59827b13af86a457268ae96.zip |
added code from Philip A Prindeville <philipp@enteka.com> which expands
the interfaces option to this:
"interfaces = le0 le1" or "interfaces = all".
it uses SIOCGIFxxxx ioctl calls.
(This used to be commit 39071415ba6f8a00e2909e443261d0059fe27e82)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 6ef0e6f9d0a..05f73f7f45e 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 */ |