Home

Traffic Server Software Developers Kit

Plugin Configuration Functions

INKConfigDataGet

Gets configuration data.

Prototype

void* INKConfigDataGet (INKConfig configp)

Description

Retrieves the data pointer from within the configuration pointer configp. Before using INKConfigDataGet, you must give the configuration data an identifier with INKConfigSet and then retrieve the INKConfig pointer configp with a call to INKConfigGet (see the code snippet in the previous section).