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
eb507582
Commit
eb507582
authored
Apr 26, 2018
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use VCL_BACKEND type
parent
9efef693
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
cache_director.h
bin/varnishd/cache/cache_director.h
+9
-12
No files found.
bin/varnishd/cache/cache_director.h
View file @
eb507582
...
...
@@ -42,25 +42,22 @@ struct vcldir;
typedef
VCL_BOOL
vdi_healthy_f
(
VRT_CTX
,
VCL_BACKEND
,
VCL_TIME
*
);
typedef
VCL_BACKEND
vdi_resolve_f
(
VRT_CTX
,
VCL_BACKEND
);
typedef
int
vdi_gethdrs_f
(
const
struct
director
*
,
struct
worker
*
,
struct
busyobj
*
);
typedef
int
vdi_getbody_f
(
const
struct
director
*
,
struct
worker
*
,
struct
busyobj
*
);
typedef
const
struct
suckaddr
*
vdi_getip_f
(
const
struct
director
*
,
typedef
int
vdi_gethdrs_f
(
VCL_BACKEND
,
struct
worker
*
,
struct
busyobj
*
);
typedef
int
vdi_getbody_f
(
VCL_BACKEND
,
struct
worker
*
,
struct
busyobj
*
);
typedef
const
struct
suckaddr
*
vdi_getip_f
(
VCL_BACKEND
,
struct
worker
*
,
struct
busyobj
*
);
typedef
void
vdi_finish_f
(
const
struct
director
*
,
struct
worker
*
,
struct
busyobj
*
);
typedef
void
vdi_finish_f
(
VCL_BACKEND
,
struct
worker
*
,
struct
busyobj
*
);
typedef
enum
sess_close
vdi_http1pipe_f
(
const
struct
director
*
,
struct
req
*
,
typedef
enum
sess_close
vdi_http1pipe_f
(
VCL_BACKEND
,
struct
req
*
,
struct
busyobj
*
);
typedef
void
vdi_event_f
(
const
struct
director
*
,
enum
vcl_event_e
);
typedef
void
vdi_event_f
(
VCL_BACKEND
,
enum
vcl_event_e
);
typedef
void
vdi_destroy_f
(
const
struct
director
*
);
typedef
void
vdi_destroy_f
(
VCL_BACKEND
);
typedef
void
vdi_panic_f
(
const
struct
director
*
,
struct
vsb
*
);
typedef
void
vdi_panic_f
(
VCL_BACKEND
,
struct
vsb
*
);
typedef
void
vdi_list_f
(
const
struct
director
*
,
struct
vsb
*
,
int
,
int
);
typedef
void
vdi_list_f
(
VCL_BACKEND
,
struct
vsb
*
,
int
,
int
);
struct
director_methods
{
unsigned
magic
;
...
...
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