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
7620b760
Commit
7620b760
authored
May 05, 2017
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always forward declare structs, and this FlexeLint hack goes away.
parent
d9c2408e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
heritage.h
bin/varnishd/common/heritage.h
+1
-0
vqueue.h
include/vqueue.h
+1
-1
No files found.
bin/varnishd/common/heritage.h
View file @
7620b760
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
struct
vsm_sc
;
struct
vsm_sc
;
struct
suckaddr
;
struct
suckaddr
;
struct
listen_sock
;
struct
transport
;
struct
transport
;
struct
listen_arg
{
struct
listen_arg
{
...
...
include/vqueue.h
View file @
7620b760
...
@@ -435,7 +435,7 @@ struct { \
...
@@ -435,7 +435,7 @@ struct { \
struct type *vtqe_next;
/* next element */
\
struct type *vtqe_next;
/* next element */
\
struct type **vtqe_prev;
/* address of previous next element */
\
struct type **vtqe_prev;
/* address of previous next element */
\
TRACEBUF \
TRACEBUF \
}
/*lint -e(18) */
}
/*
/*
* Tail queue functions.
* Tail queue functions.
...
...
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