]> granicus.if.org Git - sysstat/commit
Split rd_stats.c and rd_stats.h files
authorSebastien GODARD <sysstat@orange.fr.fake>
Sun, 19 May 2013 09:18:22 +0000 (11:18 +0200)
committerSebastien GODARD <sysstat@orange.fr.fake>
Sun, 19 May 2013 09:18:22 +0000 (11:18 +0200)
commit6b5e01c063dddf83ea1d59f672be225ec02d7c0f
tree17e30d3e630ca783d2b5b09ef2f3ea768772131a
parente2051bfdea8261d322719e16b94ace4b2c8d158b
Split rd_stats.c and rd_stats.h files

rd_stats.c file was becoming really big. So remove from it functions
used to count the number of items and put them in a separate file
(count.c).
Functions prototypes go to count.h.
12 files changed:
CHANGES
Makefile.in
cifsiostat.c
count.c [new file with mode: 0644]
count.h [new file with mode: 0644]
iostat.c
mpstat.c
nfsiostat.c
pidstat.c
rd_stats.c
rd_stats.h
sa_wrap.c