Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!HERMES.BERKELEY.EDU!dillon From: dillon@HERMES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Definitions for Bits in IO_Flags field on IOStdReq structure Message-ID: <8904250311.AA16703@hermes.berkeley.edu> Date: 25 Apr 89 03:11:16 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 9 Oops, I made a mistake... SendIO() does *not* do a WaitIO()... obviously. SendIO(ior) { ior->io_Flags = 0; BeginIO(ior) }