| 207 | } |
| 208 | |
| 209 | void |
| 210 | RemapPluginInfo::doneInstance(void *ih) |
| 211 | { |
| 212 | setPluginContext(); |
| 213 | |
| 214 | if (delete_instance_cb) { |
| 215 | delete_instance_cb(ih); |
| 216 | } |
| 217 | |
| 218 | resetPluginContext(); |
| 219 | } |
| 220 | |
| 221 | TSRemapStatus |
| 222 | RemapPluginInfo::doRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri) |
no outgoing calls
no test coverage detected