Juan Lang wrote:
This introduces a warning in trace.c about dump_luid being undeclared. trace.c seems to be at least partially generated, so I wasn't sure about sending a patch for it. Let me know how I should handle that and I'll fix it up.
Hi Juan,
dump_luid needs to be in trace.c. As you say, it is partially generated:
/* Everything below this line is generated automatically by tools/make_requests */ /* ### make_requests begin ### */
So just put dump_luid above that line and it'll be fine.