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

Function dir_sync_init

src/iocore/cache/CacheDir.cc:865–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863//
864
865void
866dir_sync_init()
867{
868 cacheDirSync = new CacheSync;
869 cacheDirSync->trigger = eventProcessor.schedule_in(cacheDirSync, HRTIME_SECONDS(cache_config_dir_sync_frequency));
870}
871
872void
873CacheSync::aio_write(int fd, char *b, int n, off_t o)

Callers 1

cacheInitializedMethod · 0.85

Calls 1

schedule_inMethod · 0.45

Tested by

no test coverage detected