Re: Issue with Scan_count variable

2010-06-23 Thread Robert Story
On Wed, 23 Jun 2010 14:37:42 +0530 Manjit wrote: M> Hi All, M> I need some help to understand function _systemstats_v6_load_file in M> the file M> agent/mibgroup/ip-mib/data_access/systemstats_linux.c. M> M> A variable scan_count is declared but it is not initialized to any value. M> At the end

Issue with Scan_count variable

2010-06-23 Thread Manjit
Hi All, I need some help to understand function _systemstats_v6_load_file in the file agent/mibgroup/ip-mib/data_access/systemstats_linux.c. A variable scan_count is declared but it is not initialized to any value. At the end of the function this varable is getting incremented.( below is the co