[Libsysio-commit] HEAD: libsysio/drivers/native fs_native.c
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-10-17 21:30:33
|
Update of /cvsroot/libsysio/libsysio/drivers/native In directory sc8-pr-cvs1:/tmp/cvs-serv10931/drivers/native Modified Files: fs_native.c Log Message: Added a done bit to the IO context record to *positively* signal completion. Also, added a driver private pointer to the dsame record for handy use. Index: fs_native.c =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/native/fs_native.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -w -b -B -p -r1.20 -r1.21 --- fs_native.c 15 Oct 2003 18:00:54 -0000 1.20 +++ fs_native.c 17 Oct 2003 21:30:29 -0000 1.21 @@ -1245,6 +1245,7 @@ doio(iof f, nino->ni_fpos += ioctx->ioctx_cc; out: + ioctx->ioctx_done = 1; return 0; } |