Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ reenable_all
Method
reenable_all
src/iocore/utils/OneWayMultiTunnel.cc:247–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void
248
OneWayMultiTunnel::reenable_all()
249
{
250
for (int i = 0; i < n_vioTargets; i++) {
251
if (vioTargets[i]) {
252
vioTargets[i]->reenable();
253
}
254
}
255
if (vioSource) {
256
vioSource->reenable();
257
}
258
}
Callers
nothing calls this directly
Calls
1
reenable
Method · 0.45
Tested by
no test coverage detected