Home

Traffic Server Software Developers Kit

INKContDataSet

Sets a data pointer for the specified continuation.

Prototype

INKReturnCode INKContDataSet (INKCont contp, void *data)

Description

Sets the data pointer of contp to data. The data can later be retrieved by a call to INKContDataGet.

Returns

INK_SUCCESS if the pointer is successfully set.

INK_ERROR if an error occurs.