Re: src/debug.cc : amos?

2008-12-25 Thread Amos Jeffries

Adrian Chadd wrote:

Amos, whats this for in src/debug.cc ?

//*AYJ:*/if (!Config.onoff.buffered_logs)
fflush(debug_log);



Distangling from structs.h and all those nested dependencies.
If you can find way to do it another way that would be great.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE5 or 3.0.STABLE11
  Current Beta Squid 3.1.0.3


src/debug.cc : amos?

2008-12-25 Thread Adrian Chadd
Amos, whats this for in src/debug.cc ?

//*AYJ:*/if (!Config.onoff.buffered_logs)
fflush(debug_log);



Adrian