On 14/3/22 10:31, Paolo Bonzini wrote:
Signed-off-by: Paolo Bonzini <[email protected]> --- scripts/tracetool/format/h.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)diff --git a/scripts/tracetool/format/h.py b/scripts/tracetool/format/h.py index e94f0be7da..2d92fa8bd2 100644 --- a/scripts/tracetool/format/h.py +++ b/scripts/tracetool/format/h.py @@ -27,6 +27,9 @@ def generate(events, backend, group): '#define TRACE_%s_GENERATED_TRACERS_H' % group.upper(), '', '#include "%s"' % header, + '#ifdef __cplusplus', + 'extern "C" {', + '#endif'
Why not use G_BEGIN_DECLS? Anyhow, Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
