simplify diskio stats
authorPhil Sutter <phil@nwl.cc>
Tue, 16 Dec 2008 01:32:30 +0000 (02:32 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 16 Dec 2008 01:32:30 +0000 (02:32 +0100)
commit0720a4fbc99ca0fe9b31cc843fa780bdac37abaf
treef856a65b7ef0ca63818394f62f266e07016b575e
parent9a85812e06f8a278d36b988765c102eaf1c60f88
simplify diskio stats

Instead of splitting information, use diskio_stats[0] in diskio.c for
the totals. This saves a few branches, and frees some data from struct
information.
src/conky.c
src/conky.h
src/diskio.c