Re: unsigned/64bit counters?

2006-12-28 Thread Gonzalo Arana
On 12/27/06, Henrik Nordstrom [EMAIL PROTECTED] wrote: ons 2006-12-27 klockan 16:20 -0300 skrev Gonzalo Arana: I've come across select_loop counter wrap (currently it is an 'int' variable). which for most things isn't a problem.. counters do wrap. It's a problem when gauges wraps, but not

unsigned/64bit counters?

2006-12-27 Thread Gonzalo Arana
Hi, I've come across select_loop counter wrap (currently it is an 'int' variable). Shouldn't counters be at least unsigned? Does anyone disagree with having 64 bit unsigned counters? The drawbacks I see are: 1) 3rd party utility that parse cache manager information must support 64 bit

Re: unsigned/64bit counters?

2006-12-27 Thread Henrik Nordstrom
ons 2006-12-27 klockan 16:20 -0300 skrev Gonzalo Arana: I've come across select_loop counter wrap (currently it is an 'int' variable). which for most things isn't a problem.. counters do wrap. It's a problem when gauges wraps, but not really a problem when counters wrap unless something reads