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
dfe21045
Commit
dfe21045
authored
May 26, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
File more bits off the VSC api
parent
cb72dc4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
6 deletions
+1
-6
cache_shmlog.c
bin/varnishd/cache/cache_shmlog.c
+1
-0
common.h
bin/varnishd/common/common.h
+0
-1
vsc_int.h
include/vapi/vsc_int.h
+0
-4
vsc.c
lib/libvarnishapi/vsc.c
+0
-1
No files found.
bin/varnishd/cache/cache_shmlog.c
View file @
dfe21045
...
...
@@ -40,6 +40,7 @@
#include "vend.h"
#include "vgz.h"
#include "vsl_priv.h"
#include "vapi/vsc_int.h"
#include "vmb.h"
#include "vtim.h"
...
...
bin/varnishd/common/common.h
View file @
dfe21045
...
...
@@ -44,7 +44,6 @@
#include "vdef.h"
#include "vqueue.h"
#include "vsb.h"
#include "vapi/vsc_int.h"
/**********************************************************************/
...
...
include/vapi/vsc_int.h
View file @
dfe21045
...
...
@@ -37,7 +37,3 @@ enum VSC_level_e {
#include "tbl/vsc_levels.h"
VSC_level_MAX
,
};
/* Forward declare the static vsc type names */
#define VSC_TYPE_F(n,t,l,e,d) extern const char *VSC_type_##n;
#include "tbl/vsc_types.h"
lib/libvarnishapi/vsc.c
View file @
dfe21045
...
...
@@ -269,7 +269,6 @@ vsc_add_vf(struct vsc *vsc, const struct VSM_fantom *fantom, int order)
vf
->
fantom
=
*
fantom
;
REPLACE
(
vf
->
section
.
type
,
vf
->
fantom
.
type
);
REPLACE
(
vf
->
section
.
ident
,
vf
->
fantom
.
ident
);
// vf->section.desc = desc;
vf
->
order
=
order
;
VTAILQ_FOREACH
(
vf2
,
&
vsc
->
vf_list
,
list
)
{
...
...
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