On Mon, 2008-03-31 at 14:29 +1300, Amos Jeffries wrote: > > Hi, > > > > I've tidied up kikov's patch implementing delayed pool assignments for > > delay pools and I've included statistics for aggregate and network bucket > > bytes transferred. > > > > The statistics stuff works fine. It breaks on reconfigure ; but apparently > > delay pools breaks on reconfigure. I'll try to sort that out at a later > > date > > if there's any interest. > > > > The work is here: > > > > http://www.creative.net.au/diffs/s2_delaywork.diff > > > > I need to figure out a clean way of printing unsigned 64 bit ints in a > > reasonably > > platform portable method. Does anyone have any ideas? > > Squid-3 uses: %"PRId64"
Or just "<<" where possible, right? Alex.
