Hi AIX gurus, Developing an AIX driver, I need to split incoming frames headers and data into separate buffers. Each frame consists of a 32 bytes header and 2 KB data. Each exchange may consist of several frames. I want to direct the N headers to a driver buffer and concatenate user's data to one larger user's buffer. The question is how should I set the dio and d_iovec structures for the d_map_list function call.
Thanks by advance. Denis ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

