Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ reregistered
Method
reregistered
src/tests/master_benchmarks.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
210
private:
211
void reregistered(const SlaveReregisteredMessage&)
212
{
213
promise.set(Nothing());
214
}
215
216
// We need to answer pings to keep the agent registered.
217
void ping(const UPID& from, bool)
Callers
nothing calls this directly
Calls
2
Nothing
Class · 0.85
set
Method · 0.45
Tested by
no test coverage detected