1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add srs_app_statistic to upp project.

This commit is contained in:
winlin 2015-01-05 12:12:21 +08:00
parent 67adc8dc61
commit 344ff24f66
2 changed files with 5 additions and 2 deletions

View file

@ -42,6 +42,7 @@ public:
SrsRequest *_req; SrsRequest *_req;
}; };
typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap; typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap;
class SrsStatistic class SrsStatistic

View file

@ -112,6 +112,8 @@ file
..\app\srs_app_st.cpp, ..\app\srs_app_st.cpp,
..\app\srs_app_st_socket.hpp, ..\app\srs_app_st_socket.hpp,
..\app\srs_app_st_socket.cpp, ..\app\srs_app_st_socket.cpp,
..\app\srs_app_statistic.hpp,
..\app\srs_app_statistic.cpp,
..\app\srs_app_source.hpp, ..\app\srs_app_source.hpp,
..\app\srs_app_source.cpp, ..\app\srs_app_source.cpp,
..\app\srs_app_thread.hpp, ..\app\srs_app_thread.hpp,