| 3740 | } |
| 3741 | |
| 3742 | void |
| 3743 | ghb_get_status(ghb_status_t *status) |
| 3744 | { |
| 3745 | memcpy(status, &hb_status, sizeof(ghb_status_t)); |
| 3746 | } |
| 3747 | |
| 3748 | static void |
| 3749 | update_status(hb_state_t *state, ghb_instance_status_t *status) |
no outgoing calls
no test coverage detected