MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / timeval

Class timeval

client/hstest.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93gettimeofday_double()
94{
95 struct timeval tv = { };
96 if (gettimeofday(&tv, 0) != 0) {
97 fatal_abort("gettimeofday");
98 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected