| 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 | { |
no test coverage detected