Re: [Spice-devel] [PATCH spice-server v3 2/3] Allows to enable recorder integration

2019-01-14 Thread Frediano Ziglio
> > Hi, > > On Mon, Jan 14, 2019 at 10:03:03AM +, Frediano Ziglio wrote: > > recorder library will be used to collect some statistics during > > development. > > > > Signed-off-by: Frediano Ziglio > > --- > > configure.ac | 1 + > > meson_options.txt| 5 + > > subpr

Re: [Spice-devel] [PATCH spice-server v3 2/3] Allows to enable recorder integration

2019-01-14 Thread Victor Toso
Hi, On Mon, Jan 14, 2019 at 10:03:03AM +, Frediano Ziglio wrote: > recorder library will be used to collect some statistics during > development. > > Signed-off-by: Frediano Ziglio > --- > configure.ac | 1 + > meson_options.txt| 5 + > subprojects/spice-common | 2 +

[Spice-devel] [PATCH spice-server v3 2/3] Allows to enable recorder integration

2019-01-14 Thread Frediano Ziglio
recorder library will be used to collect some statistics during development. Signed-off-by: Frediano Ziglio --- configure.ac | 1 + meson_options.txt| 5 + subprojects/spice-common | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/config