Changes of Revision 37
[-] [+] | Added | rrdPlugin.diff |
@@ -0,0 +1,12 @@ +--- plugins/rrdPlugin.c 2005/12/06 13:39:48 1.1 ++++ plugins/rrdPlugin.c 2005/12/06 13:42:57 +@@ -3033,7 +3033,7 @@ + + /* ****************************** */ + +-static void* rrdTrafficThreadLoop(void* notUsed _UNUSED_) { ++static void rrdTrafficThreadLoop(void* notUsed _UNUSED_) { + + traceEvent(CONST_TRACE_INFO, + "THREADMGMT[t%lu]: RRD: Throughput data collection: Thread starting [p%d]", + |