X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fspawn-viewer.h;fp=src%2Fcommon%2Fspawn-viewer.h;h=316fe19982372e0d64e6fc33c7aedbe10fa77347;hp=409c60ec86067fe023527c9c0942d314573fbb3a;hb=48a4000561343808724f7cb5fa8c131877489ccd;hpb=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5 diff --git a/src/common/spawn-viewer.h b/src/common/spawn-viewer.h index 409c60ec8..316fe1998 100644 --- a/src/common/spawn-viewer.h +++ b/src/common/spawn-viewer.h @@ -10,6 +10,10 @@ #include +#if defined(__cplusplus) +extern "C" { +#endif + /* * Read the trace by `exec()ing` the provided viewer program if any. If * `opt_viewer` is NULL, try to read the trace with the default trace reader. @@ -22,4 +26,8 @@ */ int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); +#if defined(__cplusplus) +} +#endif + #endif /* ifndef LTTNG_SPAWN_VIEWER_H */