Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e1dcc194
Commit
e1dcc194
authored
Sep 17, 2014
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some unused declarations
Fixes #1546
parent
58db58be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
vrt.h
include/vrt.h
+0
-32
No files found.
include/vrt.h
View file @
e1dcc194
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment