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

2019-01-14 Thread Victor Toso
Hi, On Sat, Jan 12, 2019 at 02:48:11PM -0500, Frediano Ziglio wrote: > > > > Hi, > > > > On Wed, Dec 12, 2018 at 10:13:27AM +, Frediano Ziglio wrote: > > > recorder library will be used to collect some statistics during > > > development. > > > > If we use RECORDER() like in the following c

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

2019-01-12 Thread Frediano Ziglio
> > Hi, > > On Wed, Dec 12, 2018 at 10:13:27AM +, Frediano Ziglio wrote: > > recorder library will be used to collect some statistics during > > development. > > If we use RECORDER() like in the following commit, doesn't it > mean this becomes a hard dependency? As you are mentioning using >

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

2019-01-12 Thread Victor Toso
Hi, On Wed, Dec 12, 2018 at 10:13:27AM +, Frediano Ziglio wrote: > recorder library will be used to collect some statistics during > development. If we use RECORDER() like in the following commit, doesn't it mean this becomes a hard dependency? As you are mentioning using this library 'during

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

2018-12-12 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