Home

Traffic Server Software Developers Kit

Continuation Functions

INKContCall

Calls a continuation.

Prototype

int INKContCall (INKCont contp, INKEvent event, void *edata)

Description

Sends event and edata to the contp ’s handler function. It is an error to call a continuation without holding the continuation’s lock.

Returns

The values returned by the continuation contp event handler.