| 189 | } |
| 190 | |
| 191 | std::shared_ptr<Mutex> |
| 192 | utils::internal::getTransactionPluginMutex(TransactionPlugin &transaction_plugin, TSHttpTxn txnp) |
| 193 | { |
| 194 | return transaction_plugin.getMutex(txnp); |
| 195 | } |
| 196 | |
| 197 | TSHttpHookID |
| 198 | utils::internal::convertInternalHookToTsHook(Plugin::HookType hooktype) |