Home

Traffic Server Software Developers Kit

INKContDataGet

Gets a data pointer from a continuation.

Prototype

void* INKContDataGet (INKCont contp)

Description

Retrieves the data pointer from contp. The data pointer can be set with a call to INKContDataSet; it is up to the plugin to allocate/deallocate the pointer.

Returns

The pointer on the data for continuation contp.

INK_ERROR_PTR if an error occurs.