Commit e1dcc194 authored by Nils Goroll's avatar Nils Goroll

remove some unused declarations

Fixes #1546
parent 58db58be
......@@ -168,38 +168,6 @@ struct vrt_backend {
const struct vrt_backend_probe *probe;
};
/*
* A director with an unpredictable reply
*/
struct vrt_dir_random_entry {
int host;
double weight;
};
struct vrt_dir_random {
const char *name;
unsigned retries;
unsigned nmember;
const struct vrt_dir_random_entry *members;
};
/*
* A director with dns-based selection
*/
struct vrt_dir_dns_entry {
int host;
};
struct vrt_dir_dns {
const char *name;
const char *suffix;
const double ttl;
unsigned nmember;
const struct vrt_dir_dns_entry *members;
};
/*
* other stuff.
* XXX: document when bored
......
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