Commit 54a38c1d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

struct ban_test is only used in cache_ban.c

parent 30b5f02c
......@@ -50,6 +50,14 @@ struct ban * volatile ban_start;
static struct ban *ban_magic;
static pthread_t ban_thread;
struct ban_test {
uint8_t arg1;
const char *arg1_spec;
uint8_t oper;
const char *arg2;
const void *arg2_spec;
};
/*--------------------------------------------------------------------
* Variables we can purge on
*/
......
......@@ -102,14 +102,6 @@ struct ban {
VTAILQ_HEAD(banhead_s,ban);
struct ban_test {
uint8_t arg1;
const char *arg1_spec;
uint8_t oper;
const char *arg2;
const void *arg2_spec;
};
bgthread_t ban_lurker;
extern struct lock ban_mtx;
extern int ban_shutdown;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment