Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netsmb



Module Name:    src
Committed By:   jdolecek
Date:           Sun Mar 30 11:58:17 UTC 2003

Modified Files:
        src/sys/netsmb: smb_iod.c smb_rq.c smb_rq.h

Log Message:
use callout for request timeout, so that it could expire independantly
of iod calling smb_iod_sendall()
g/c now unneeded request timeout expire check from smb_iod_sendall()

make it possible to override default request timeout - set timeout
value in smb_rq_init() to default value, caller can adjust the value
before calling smb_iod_sendrq(); value <=0  means no timeout


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/netsmb/smb_iod.c
cvs rdiff -r1.16 -r1.17 src/sys/netsmb/smb_rq.c
cvs rdiff -r1.6 -r1.7 src/sys/netsmb/smb_rq.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index