Home

Traffic Server Software Developers Kit

INKVIONDoneSet

Sets the number of bytes completed for the specified IO operation.

Prototype

INKReturnCode INKVIONDoneSet (INKVIO viop, int ndone)

Description

Sets the number of bytes that have been completed on the IO operation described by viop to ndone. Only vconnection implementors should call INKVIONDoneSet.

Returns

INK_SUCCESS if the number of completed bytes associated with the IO operation is successfully set.

INK_ERROR if an error occurs.