Commit 2c56c7e1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent 684316ba
+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
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
/*lint -save -e525 -e539 */
#ifndef BINDING_KEY #ifndef BINDING_KEY
# define BINDING_KEY(key, name, next) # define BINDING_KEY(key, name, next)
#endif #endif
...@@ -104,3 +106,6 @@ BINDING(SIG_TSTP, "") ...@@ -104,3 +106,6 @@ BINDING(SIG_TSTP, "")
#undef BINDING_KEY #undef BINDING_KEY
#undef BINDING_CTRL #undef BINDING_CTRL
#undef BINDING #undef BINDING
/*lint -restore */
...@@ -107,7 +107,7 @@ static const volatile uint64_t *main_cache_hit; ...@@ -107,7 +107,7 @@ static const volatile uint64_t *main_cache_hit;
static const volatile uint64_t *main_cache_miss; static const volatile uint64_t *main_cache_miss;
static int l_status, l_bar_t, l_points, l_bar_b, l_info; 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_status = NULL;
static WINDOW *w_bar_t = NULL; static WINDOW *w_bar_t = NULL;
static WINDOW *w_points = NULL; static WINDOW *w_points = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment