summaryrefslogtreecommitdiffstats
path: root/lib/utils_disk.h
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-10-18 12:05:10 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-10-18 12:05:10 (GMT)
commit450ad346edcf2304087ffa74a46eef274336c16b (patch)
tree02855674d2d5c1f891095e25be4f8818e8bdfed8 /lib/utils_disk.h
parentc56c42b9c999742ff3cfebf1cadc8c93ad68048c (diff)
downloadmonitoring-plugins-450ad346edcf2304087ffa74a46eef274336c16b.tar.gz
Fix tests for exact matches when searching filesystems
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_disk.h')
-rw-r--r--lib/utils_disk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils_disk.h b/lib/utils_disk.h
index 928fdbe..700f5d2 100644
--- a/lib/utils_disk.h
+++ b/lib/utils_disk.h
@@ -12,7 +12,6 @@ struct name_list
12struct parameter_list 12struct parameter_list
13{ 13{
14 char *name; 14 char *name;
15 int found;
16 thresholds *freespace_bytes; 15 thresholds *freespace_bytes;
17 thresholds *freespace_units; 16 thresholds *freespace_units;
18 thresholds *freespace_percent; 17 thresholds *freespace_percent;