summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34b093a)
raw | patch | inline | side by side (parent: 34b093a)
author | octo <octo> | |
Tue, 20 Dec 2005 09:34:09 +0000 (09:34 +0000) | ||
committer | octo <octo> | |
Tue, 20 Dec 2005 09:34:09 +0000 (09:34 +0000) |
src/disk.c | patch | blob | history |
diff --git a/src/disk.c b/src/disk.c
index 4e53df0d75c8c7a435db9a8a8e6c98ac55196bf7..ea4971757b4d5903e2630c6e287bc4d6c34622fb 100644 (file)
--- a/src/disk.c
+++ b/src/disk.c
{
char *name;
+ /* This overflows in roughly 1361 year */
+ unsigned int poll_count;
+
unsigned int read_sectors;
unsigned int write_sectors;
read_bytes = ds->read_bytes;
write_bytes = ds->write_bytes;
+ /* Don't write to the RRDs if we've just started.. */
+ ds->poll_count++;
+ if (ds->poll_count <= 6)
+ continue;
if ((read_count == 0) && (write_count == 0))
continue;