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

Function debugprint

src/rtpstream.cpp:39–47  ·  view source on GitHub ↗

stub to add extra debugging/logging... */

Source from the content-addressed store, hash-verified

37
38/* stub to add extra debugging/logging... */
39static void debugprint(const char* format, ...)
40{
41#if 0
42 va_list args;
43 va_start(args, format);
44 vfprintf(stderr, format, args);
45 va_end(args);
46#endif
47}
48
49static unsigned long tid_self() {
50 return reinterpret_cast<unsigned long>(pthread_self());

Callers 15

rtpstream.cppFile · 0.85
rtpstream_playrtptaskFunction · 0.85
rtpstream_new_callFunction · 0.85
rtpstream_end_callFunction · 0.85
rtpstream_cache_fileFunction · 0.85
rtpstream_get_localportFunction · 0.85
rtpstream_set_remoteFunction · 0.85
rtpstream_playFunction · 0.85
rtpstream_pauseFunction · 0.85
rtpstream_resumeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected