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)



_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to