[Ntop-dev] New ntop commit (author burton)
cvs-commit at ntop.org
cvs-commit at ntop.org
Sat Jul 23 17:06:55 CEST 2005
Update of /export/home/ntop/ntop
In directory unknown:/tmp/cvs-serv16944
Modified Files:
globals-core.h util.c ntop.c webInterface.c
Log Message:
Misc messaging patches ... in general, where buffers are passed into a function,
esp. a util.c one, we should do this:
#define xxxx(a) _xxxx(a, __FILE__, __LINE__)
extern xxxx(...., char *file, int line);
and use the file and line parms for traceEvent() reporting, not the util.c + line
where the traceEvent() happens to be called from.
-----Burton (ref 611, 612, 613)
More information about the Ntop-dev
mailing list