Re: [umit-devel] Communication interface between different units in ICM

2011-05-31 Thread Diogo Pinheiro
Hi folks message Event { > required string testType = 1; // Identifier for the type of test taken (WEB > or SERVICE for now) > required string eventType = 2; // The sort of event: CENSOR, TROTHLING, > OFF_LINE > required int32 timeZone = 3; // Time zone of the originating event’s region > required

Re: [umit-devel] Communication interface between different units in ICM

2011-05-31 Thread Diogo Pinheiro
New correction: 2011/5/31 Adriano Monteiro Marques > > On May 30, 2011, at 7:41 PM, Diogo Pinheiro wrote: > > message WebsiteReportDetail { > required string websiteURL = 2; > required int32 statusCode = 3; > optional double responseTime = 7; > optional double bandwidth = 8; > } > > Why the resp

Re: [umit-devel] Communication interface between different units in ICM

2011-05-31 Thread Zubair Nabi
+1 I'll commit the change. On Tue, May 31, 2011 at 12:43 PM, Adriano Monteiro Marques < [email protected]> wrote: > > On May 30, 2011, at 7:41 PM, Diogo Pinheiro wrote: > > message WebsiteReportDetail { > required string websiteURL = 2; > required int32 statusCode = 3; > optional double respon

Re: [umit-devel] Communication interface between different units in ICM

2011-05-31 Thread Adriano Monteiro Marques
On May 30, 2011, at 7:41 PM, Diogo Pinheiro wrote: > message WebsiteReportDetail { > required string websiteURL = 2; > required int32 statusCode = 3; > optional double responseTime = 7; > optional double bandwidth = 8; > } > > > Why the responseTime is a double ? Shouldn't be an integer ? I thi