From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQYY-0000wk-66 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:20:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtQYW-0000Xx-D0 for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:20:29 -0500 Received: from gw.ac.upc.edu ([147.83.30.3]:52814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQYW-0000Xp-0e for qemu-devel@nongnu.org; Fri, 03 Feb 2012 16:20:28 -0500 From: =?utf-8?b?TGx1w61z?= Vilanova Date: Fri, 03 Feb 2012 22:20:16 +0100 Message-ID: <20120203212016.339.81607.stgit@ginnungagap.bsc.es> In-Reply-To: <20120203211915.339.99432.stgit@ginnungagap.bsc.es> References: <20120203211915.339.99432.stgit@ginnungagap.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 4/6] trace: [default] Use new event control interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, stefanha@gmail.com Signed-off-by: Llu=C3=ADs Vilanova --- trace/default.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/trace/default.c b/trace/default.c index c9b27a2..12db18d 100644 --- a/trace/default.c +++ b/trace/default.c @@ -18,11 +18,10 @@ void trace_print_events(FILE *stream, fprintf_functio= n stream_printf) "operation not supported with the current backend\n"); } =20 -bool trace_event_set_state(const char *name, bool state) +void trace_event_set_state_dynamic(TraceEvent *ev, bool state) { fprintf(stderr, "warning: " "cannot set the state of a trace event with the current back= end\n"); - return false; } =20 bool trace_backend_init(const char *events, const char *file)