]> Git Repo - qemu.git/blobdiff - trace/control-internal.h
progress: Allow regressing progress
[qemu.git] / trace / control-internal.h
index b3f587ed93b0c32a7a9b7f501a563060e7b1cb8c..5a8df28c58d0662318068662cbe8ba4c4742d32e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Interface for configuring and controlling the state of tracing events.
  *
- * Copyright (C) 2011-2012 Lluís Vilanova <[email protected]>
+ * Copyright (C) 2011-2014 Lluís Vilanova <[email protected]>
  *
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  * See the COPYING file in the top-level directory.
@@ -61,7 +61,7 @@ static inline void trace_event_set_state_dynamic(TraceEvent *ev, bool state)
 {
     assert(ev != NULL);
     assert(trace_event_get_state_static(ev));
-    return trace_event_set_state_dynamic_backend(ev, state);
+    ev->dstate = state;
 }
 
 #endif  /* TRACE__CONTROL_INTERNAL_H */
This page took 0.021445 seconds and 4 git commands to generate.