aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacredir.h')
-rw-r--r--pacredir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.h b/pacredir.h
index 5f3fbb9..3b692e3 100644
--- a/pacredir.h
+++ b/pacredir.h
@@ -13,7 +13,7 @@ struct services {
/* true if host/service is online */
uint8_t online;
/* unix timestamp of last bad request */
- __time_t bad;
+ __time_t badtime;
/* count the number of bad requests */
unsigned int badcount;
};