| 117 | const service_spec &spec() { return service_engine::instance().spec(); } |
| 118 | |
| 119 | const char *get_service_node_name(service_node *node) { return node->full_name(); } |
| 120 | |
| 121 | join_point<void> sys_init_before_app_created("system.init.1"); |
| 122 | join_point<void> sys_init_after_app_created("system.init.2"); |