winlin

add srs_app_statistic to upp project.

@@ -42,6 +42,7 @@ public: @@ -42,6 +42,7 @@ public:
42 42
43 SrsRequest *_req; 43 SrsRequest *_req;
44 }; 44 };
  45 +
45 typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap; 46 typedef std::map<void*, SrsStreamInfo*> SrsStreamInfoMap;
46 47
47 class SrsStatistic 48 class SrsStatistic
@@ -112,6 +112,8 @@ file @@ -112,6 +112,8 @@ file
112 ..\app\srs_app_st.cpp, 112 ..\app\srs_app_st.cpp,
113 ..\app\srs_app_st_socket.hpp, 113 ..\app\srs_app_st_socket.hpp,
114 ..\app\srs_app_st_socket.cpp, 114 ..\app\srs_app_st_socket.cpp,
  115 + ..\app\srs_app_statistic.hpp,
  116 + ..\app\srs_app_statistic.cpp,
115 ..\app\srs_app_source.hpp, 117 ..\app\srs_app_source.hpp,
116 ..\app\srs_app_source.cpp, 118 ..\app\srs_app_source.cpp,
117 ..\app\srs_app_thread.hpp, 119 ..\app\srs_app_thread.hpp,