aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-15 09:17:18 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-15 09:17:18 +0100
commit5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4 (patch)
tree1e3e2d33a534fdd8cabf608c269dbb350c2dd390 /pacredir.h
parent9ce014591ffd9a8170866e0081bf5022b65aba9b (diff)
downloadpaccache-5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4.tar.gz
paccache-5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4.tar.zst
rename services.bad to something more descriptive
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;
};