K 10 svn:author V 7 glebius K 8 svn:date V 27 2013-01-22T18:14:35.505927Z K 7 svn:log V 318 Instead of initializing/freeing/zeroing members of struct ipstat_p name by name, use a cycle, that relies on that all fields of struct ipstat_p are counter_u64_t, and all fields of struct ipstat are uint64_t. This reduces code bloat significantly, although requires more attention, when editing structures in future. END