diff options
author | ctiller <ctiller@google.com> | 2014-12-15 13:08:18 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2014-12-15 14:47:44 -0800 |
commit | c1ddffbf1fc6834adcc3909f06b5c8d2d92cc84a (patch) | |
tree | 79750a3a8890dc23ca5b5c8a77556cce094c4e5b /vsprojects | |
parent | c5abe59fe1bd72f7478f0f865daec1474f3865dc (diff) |
Add time averaged stats for future alarm list work.
This is a trivial C89-ification of the []2 implementation of the same idea.
Indeed the implementation files and tests have been branched from the [] versions.
Change on 2014/12/15 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82168822
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj index 84a043eb41..4f9573506a 100644 --- a/vsprojects/vs2013/grpc.vcxproj +++ b/vsprojects/vs2013/grpc.vcxproj @@ -113,6 +113,7 @@ <ClInclude Include="..\..\src\core\iomgr\tcp_client.h" /> <ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" /> <ClInclude Include="..\..\src\core\iomgr\tcp_server.h" /> + <ClInclude Include="..\..\src\core\iomgr\time_averaged_stats.h" /> <ClInclude Include="..\..\src\core\security\auth.h" /> <ClInclude Include="..\..\src\core\security\base64.h" /> <ClInclude Include="..\..\src\core\security\credentials.h" /> @@ -226,6 +227,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\iomgr\tcp_server_posix.c"> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\time_averaged_stats.c"> + </ClCompile> <ClCompile Include="..\..\src\core\security\auth.c"> </ClCompile> <ClCompile Include="..\..\src\core\security\base64.c"> |