Home

Traffic Server Software Developers Kit

INKReleaseAssert

Allows the use of assertion in a plugin.

Prototype

void INKReleaseAssert(expression);

Arguments

A Boolean expression.

Description

Allows the use of assertion in a plugin. If the expression is false, then it causes Traffic Server in debug AND optim mode to print the file name, line number, and expression. Afterward, it aborts.