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

Function TSVIOReenable

src/api/InkIOCoreAPI.cc:316–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314/* VIOs */
315
316void
317TSVIOReenable(TSVIO viop)
318{
319 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
320
321 VIO *vio = (VIO *)viop;
322 vio->reenable();
323}
324
325TSIOBuffer
326TSVIOBufferGet(TSVIO viop)

Callers 15

InterceptInterceptHookFunction · 0.85
state_write_to_cacheFunction · 0.85
transform_write_eventFunction · 0.85
transform_read_eventFunction · 0.85
transform_bypass_eventFunction · 0.85
wake_up_streamsFunction · 0.85

Calls 2

reenableMethod · 0.45