Oops, another compile error, sigh.
This commit is contained in:
parent
c07e45a4c8
commit
c5b61a33fd
1
net_io.c
1
net_io.c
|
@ -900,6 +900,7 @@ static char * appendStatsJson(char *p,
|
||||||
(unsigned long long)reader_cpu_millis,
|
(unsigned long long)reader_cpu_millis,
|
||||||
(unsigned long long)background_cpu_millis,
|
(unsigned long long)background_cpu_millis,
|
||||||
st->messages_total);
|
st->messages_total);
|
||||||
|
}
|
||||||
|
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue