commit | 85aff1586fe4a0dfc6eda2dfd6e79e78063f4fbb | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Mon Sep 05 08:30:17 2011 +0100 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Wed Sep 21 11:30:07 2011 +0100 |
tree | 5d40f41dfcb66c6cca76a3ba0bd9cb7df7a265ef | |
parent | 598a3f35c5ceab0eb7a3cf82f8aadfc2003a31d8 [diff] |
trace: portable simple trace backend using glib Convert the simple trace backend to glib so that it works under Windows. We cannot use pthread directly but glib provides portable abstractions. Also use glib atomics instead of newish gcc builtins which may not be supported on Windows toolchains. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>