commit | 27e555ebbd78dce838cc0399d0585e8d7cdf2430 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jun 04 15:46:29 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Jun 04 15:46:29 2020 -0400 |
tree | e5ddd36740ef1d51ef31bfedab2355a7bd1220b1 | |
parent | 7a731c22edeb5b638b2d21a7089dbd94b4a28b16 [diff] |
trace-cmd: Remove typedef of u64 in trace-msg.c As u64 has a typedef describing it in trace-local.h, do not typedef it in trace-msg.c, as some older compilers may fail to compile. Fixes: 08b9d507 ("trace-cmd: Basic infrastructure for host - guest timestamp synchronization") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>