[Opalvoip-svn] SF.net SVN: opalvoip:[34865] ptlib/trunk/include/ptclib/http.h
Brought to you by:
csoutheren,
rjongbloed
From: <rjo...@us...> - 2016-07-14 08:19:12
|
Revision: 34865 http://sourceforge.net/p/opalvoip/code/34865 Author: rjongbloed Date: 2016-07-14 08:19:10 +0000 (Thu, 14 Jul 2016) Log Message: ----------- Added time of arrival of HTTP request, to aid in performance analysis. Modified Paths: -------------- ptlib/trunk/include/ptclib/http.h Modified: ptlib/trunk/include/ptclib/http.h =================================================================== --- ptlib/trunk/include/ptclib/http.h 2016-07-14 08:12:50 UTC (rev 34864) +++ ptlib/trunk/include/ptclib/http.h 2016-07-14 08:19:10 UTC (rev 34865) @@ -1335,6 +1335,7 @@ PIPSocket::Address localAddr; ///< IP address of local interface for request WORD localPort; ///< Port number of local server for request PHTTPResource * m_resource; ///< HTTP resource found for the request + PTime m_arrivalTime; ///< Time of arrival of the HTTP request }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |