Home

Traffic Server Software Developers Kit

INKVIOReaderGet

Obtains the buffer reader for the specified IO operation.

Prototype

INKIOBufferReader INKVIOReaderGet (INKVIO viop)

Description

Gets a buffer reader for the IO operation described by viop. INKVIOReaderGet is used by vconnections performing write operations (since write operations read from their buffers).

Returns

The buffer reader for the specified IO operation.

INK_ERROR_PTR if an error occurs.