Reserve a transport parameter name and number for Darwin.

Obtained from:	Darwin
MFC after:	2 weeks
This commit is contained in:
bp 2002-09-16 10:57:13 +00:00
parent e1979cae76
commit 6b1da8a8a8

View File

@ -49,6 +49,7 @@
#define SMBTP_RCVSZ 2 /* R - int */
#define SMBTP_TIMEOUT 3 /* RW - struct timespec */
#define SMBTP_SELECTID 4 /* RW - (void *) */
#define SMBTP_UPCALL 5 /* RW - (* void)(void *) */
struct smb_tran_ops;