| 219 | } |
| 220 | |
| 221 | static void cmd_get_version(struct any_frame* f) |
| 222 | { |
| 223 | DECLARE_REPLY_FRAME(struct version_frame, F_FRAME_GET_VERSION_REPLY); |
| 224 | r.version = FLUXENGINE_PROTOCOL_VERSION; |
| 225 | send_reply((struct any_frame*) &r); |
| 226 | } |
| 227 | |
| 228 | static void step(int dir) |
| 229 | { |
no test coverage detected