MCPcopy Create free account
hub / github.com/SIPp/sipp / queue_up

Method queue_up

src/call.cpp:4498–4502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4496}
4497
4498void call::queue_up(const char* msg)
4499{
4500 free(queued_msg);
4501 queued_msg = strdup(msg);
4502}
4503
4504bool call::process_incoming(const char* msg, const struct sockaddr_storage* src)
4505{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected