diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-15 09:17:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-15 09:17:18 +0100 |
commit | 5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4 (patch) | |
tree | 1e3e2d33a534fdd8cabf608c269dbb350c2dd390 /pacredir.h | |
parent | 9ce014591ffd9a8170866e0081bf5022b65aba9b (diff) | |
download | paccache-5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4.tar.gz paccache-5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4.tar.zst |
rename services.bad to something more descriptive
Diffstat (limited to 'pacredir.h')
-rw-r--r-- | pacredir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |