Merge 192.168.0.5:src/iproute2

This commit is contained in:
Stephen Hemminger 2007-10-11 12:43:27 -07:00 committed by Stephen Hemminger
commit 7b40f0f2e1
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ int main(int argc, char **argv)
print_hdr(stdout, header);
lnstat_update(lnstat_files);
print_line(stdout, lnstat_files, &fp);
fflush(stdout);
sleep(interval);
}
}