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
2c56c7e1
Commit
2c56c7e1
authored
Dec 09, 2019
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flexelinting
parent
684316ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
flint.lnt
bin/varnishstat/flint.lnt
+3
-2
varnishstat_bindings.h
bin/varnishstat/varnishstat_bindings.h
+5
-0
varnishstat_curses.c
bin/varnishstat/varnishstat_curses.c
+1
-1
No files found.
bin/varnishstat/flint.lnt
View file @
2c56c7e1
+libh mgt_event.h
//
+libh mgt_event.h
-efile(451, varnishstat_options.h)
-efile(451, varnishstat_options.h) // No include guard
-efile(451, varnishstat_bindings.h) // No include guard
bin/varnishstat/varnishstat_bindings.h
View file @
2c56c7e1
...
...
@@ -26,6 +26,8 @@
* SUCH DAMAGE.
*/
/*lint -save -e525 -e539 */
#ifndef BINDING_KEY
# define BINDING_KEY(key, name, next)
#endif
...
...
@@ -104,3 +106,6 @@ BINDING(SIG_TSTP, "")
#undef BINDING_KEY
#undef BINDING_CTRL
#undef BINDING
/*lint -restore */
bin/varnishstat/varnishstat_curses.c
View file @
2c56c7e1
...
...
@@ -107,7 +107,7 @@ static const volatile uint64_t *main_cache_hit;
static
const
volatile
uint64_t
*
main_cache_miss
;
static
int
l_status
,
l_bar_t
,
l_points
,
l_bar_b
,
l_info
;
static
int
colw_name
=
COLW_NAME_MIN
;
static
unsigned
colw_name
=
COLW_NAME_MIN
;
static
WINDOW
*
w_status
=
NULL
;
static
WINDOW
*
w_bar_t
=
NULL
;
static
WINDOW
*
w_points
=
NULL
;
...
...
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