--- embedaddon/php/ext/mysqli/mysqli_report.h 2012/02/21 23:47:58 1.1.1.1 +++ embedaddon/php/ext/mysqli/mysqli_report.h 2012/05/29 12:34:41 1.1.1.2 @@ -15,7 +15,7 @@ | Author: Georg Richter | +----------------------------------------------------------------------+ - $Id: mysqli_report.h,v 1.1.1.1 2012/02/21 23:47:58 misho Exp $ + $Id: mysqli_report.h,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ */ #ifndef __HAVE_MYSQLI_PROFILER_H__ @@ -34,7 +34,7 @@ #endif typedef struct { - struct timeval starttime, + struct timeval starttime, endtime; /* execution time */ } PR_TIME_INFO;