| 4496 | } |
| 4497 | |
| 4498 | void call::queue_up(const char* msg) |
| 4499 | { |
| 4500 | free(queued_msg); |
| 4501 | queued_msg = strdup(msg); |
| 4502 | } |
| 4503 | |
| 4504 | bool call::process_incoming(const char* msg, const struct sockaddr_storage* src) |
| 4505 | { |
nothing calls this directly
no outgoing calls
no test coverage detected