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

Method signal

src/examples/test_hook_module.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void signal()
62 {
63 LOG(INFO) << "HookProcess emitting signal";
64
65 internal::HookExecuted message;
66 message.set_module("org_apache_mesos_TestHook");
67 send(self(), message);
68 }
69
70 void handler(const process::UPID& from, const string& module)
71 {

Callers 4

_runMethod · 0.45
killNestedContainerMethod · 0.45
killContainerMethod · 0.45
updateMethod · 0.45

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected