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

Function TSActionDone

src/api/InkAPI.cc:5673–5677  ·  view source on GitHub ↗

Currently no error handling necessary, actionp can be anything.

Source from the content-addressed store, hash-verified

5671
5672// Currently no error handling necessary, actionp can be anything.
5673int
5674TSActionDone(TSAction actionp)
5675{
5676 return (reinterpret_cast<Action *>(actionp) == ACTION_RESULT_DONE) ? 1 : 0;
5677}
5678
5679/* Connections */
5680

Callers 10

state_doneFunction · 0.85
accept_handlerFunction · 0.85
transform_connectFunction · 0.85
handle_ioFunction · 0.85
synclient_txn_deleteFunction · 0.85
synserver_stopFunction · 0.85
schedule_conf_reloadMethod · 0.85
transform_connectFunction · 0.85
ts_lua_host_lookupFunction · 0.85

Calls

no outgoing calls

Tested by 3

synclient_txn_deleteFunction · 0.68
synserver_stopFunction · 0.68