mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support report summaries in heartbeat. 0.9.132
This commit is contained in:
parent
db253bc76b
commit
f173345e15
10 changed files with 157 additions and 97 deletions
|
@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
#include <sys/resource.h>
|
||||
|
||||
|
@ -439,4 +440,6 @@ std::string srs_get_local_ip(int fd);
|
|||
// where peer ip is the client public ip which connected to server.
|
||||
std::string srs_get_peer_ip(int fd);
|
||||
|
||||
void srs_api_dump_summaries(std::stringstream& ss);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue