From 5c4409a9f2dd0a26dc706898887e7dcdbe7f9ab4 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 15 Nov 2013 09:17:18 +0100 Subject: rename services.bad to something more descriptive --- pacredir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacredir.h') 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; }; -- cgit v1.2.3-54-g00ecf