1 |
|
/* |
2 |
|
* i-scream central monitoring system |
3 |
< |
* http://www.i-scream.org.uk |
4 |
< |
* Copyright (C) 2000-2002 i-scream |
3 |
> |
* http://www.i-scream.org |
4 |
> |
* Copyright (C) 2000-2003 i-scream |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or |
7 |
|
* modify it under the terms of the GNU General Public License |
51 |
|
int num_diskio_stats; |
52 |
|
|
53 |
|
/* Parse command line options */ |
54 |
< |
while ((c = getopt(argc, argv, "d:bkm")) != EOF){ |
54 |
> |
while ((c = getopt(argc, argv, "d:bkm")) != -1){ |
55 |
|
switch (c){ |
56 |
|
case 'd': |
57 |
|
delay = atoi(optarg); |