MCPcopy Create free account
hub / github.com/apache/mesos / order

Method order

3rdparty/libprocess/src/clock.cpp:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448void Clock::order(ProcessBase* from, ProcessBase* to)
449{
450 VLOG(2) << "Clock of " << to->self() << " being updated to " << from->self();
451 update(to, now(from));
452}
453
454
455bool Clock::settled()

Callers

nothing calls this directly

Calls 2

updateFunction · 0.50
selfMethod · 0.45

Tested by

no test coverage detected