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

Class stat

src/proxy/http/remap/NextHopStrategyFactory.cc:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 NH_Note("%s loading ...", basename);
53
54 struct stat sbuf;
55 if (stat(fn.c_str(), &sbuf) == -1 && errno == ENOENT) {
56 // missing config file is an acceptable runtime state
57 strategies_loaded = false;

Callers 2

loadConfigFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected