Commit 0768a431 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Oops! r4893 contained most of what should go in this commit:

Rewrite -1 and -x handing to use new VSL_IterStat() support.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4894 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7c87b0e0
......@@ -96,7 +96,7 @@ do_xml_cb(
const char *fmt, /* field format ("uint64_t") */
int flag, /* 'a' = counter, 'i' = gauge */
const char *desc, /* description */
const volatile void *const ptr) /* field value */
const volatile void *const ptr) /* field value */
{
uint64_t val;
struct xml_priv *xp;
......@@ -154,7 +154,7 @@ do_once_cb(
const char *fmt, /* field format ("uint64_t") */
int flag, /* 'a' = counter, 'i' = gauge */
const char *desc, /* description */
const volatile void * const ptr) /* field value */
const volatile void * const ptr) /* field value */
{
struct once_priv *op;
uint64_t val;
......
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