Actions
Bug #1266
closed
SY
JR
2.12 fails to compile with C++ code when using session clear feature
Bug #1266:
2.12 fails to compile with C++ code when using session clear feature
Start date:
05/11/2020
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
The below newly introduced header files:
- https://github.com/lttng/lttng-tools/blob/stable-2.12/include/lttng/clear.h
- https://github.com/lttng/lttng-tools/blob/stable-2.12/include/lttng/clear-handle.h
miss the closing:
#ifdef __cplusplus
}
#endif
section such that 2.12 fails to compile with C++ code when using session clear feature.
There might be some other headers also without the closing section that I didn't spot, please fix them altogether. Thanks!
Actions