| 16 | public: |
| 17 | friend class Executor; |
| 18 | RNode(const Node& node, Executor& exec) |
| 19 | : sys_(Postoffice::instance()), exec_(exec), node_(node) { } |
| 20 | ~RNode() { } |
| 21 | |
| 22 | // info of the remote node |
nothing calls this directly
no outgoing calls
no test coverage detected