repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu/rayw.git]
/
trace
/
stderr.h
blob
d575b613e3e756d0a74b391607b74b6e3a170c3c
1
#ifndef TRACE_STDERR_H
2
#define TRACE_STDERR_H
3
4
typedef
uint64_t
TraceEventID
;
5
6
typedef
struct
{
7
const char
*
tp_name
;
8
bool
state
;
9
}
TraceEvent
;
10
11
#endif
/* ! TRACE_STDERR_H */