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 |
35 |
|
/* Throw away the first reading as thats averaged over the machines uptime */ |
36 |
|
cpu_percent = cpu_percent_usage(); |
37 |
|
|
38 |
< |
while ((c = getopt(argc, argv, "d:")) != EOF){ |
38 |
> |
while ((c = getopt(argc, argv, "d:")) != -1){ |
39 |
|
switch (c){ |
40 |
|
case 'd': |
41 |
|
delay = atoi(optarg); |