MCPcopy Create free account
hub / github.com/apache/trafficserver / reenable_txn

Function reenable_txn

example/plugins/c-api/thread_1/thread_1.cc:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define PLUGIN_NAME "thread_1"
33
34static void *
35reenable_txn(void *data)
36{
37 TSHttpTxn txnp = static_cast<TSHttpTxn>(data);
38 TSHttpTxnReenable(txnp, TS_EVENT_HTTP_CONTINUE);
39 return nullptr;
40}
41
42static int
43thread_plugin(TSCont contp ATS_UNUSED, TSEvent event, void *edata)

Callers

nothing calls this directly

Calls 1

TSHttpTxnReenableFunction · 0.85

Tested by

no test coverage detected