Home

Traffic Server Software Developers Kit

VIO Functions

INKVIOBufferGet

Gets a VIO buffer.

Prototype

INKIOBuffer INKVIOBufferGet (INKVIO viop)

Description

Gets the buffer for the IO operation described by viop. INKVIOBufferGet is used by vconnections performing read operations (read operations write into their buffers).

Returns

The buffer for the specified IO operation.

INK_ERROR_PTR if an error occurs.