summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-09-23 16:09:12 +0000
committerLuke Leighton <lkcl@samba.org>1997-09-23 16:09:12 +0000
commitb3c610541b7284cbd59827b13af86a457268ae96 (patch)
tree32b59dfa389da16b4163294d708cb8b170e1483e /source3/include/smb.h
parent7885239b62672d23b060044ffd857ad811132906 (diff)
downloadsamba-b3c610541b7284cbd59827b13af86a457268ae96.tar.gz
samba-b3c610541b7284cbd59827b13af86a457268ae96.tar.bz2
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/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
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 */