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

Class cached_pattern_t

src/rtpstream.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110};
111
112struct cached_pattern_t
113{
114 int id;
115 char *bytes;
116 int filesize;
117};
118
119cached_file_t *cached_files = nullptr;
120cached_pattern_t *cached_patterns = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected