summaryrefslogtreecommitdiff
path: root/include/xray/xray_log_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xray/xray_log_interface.h')
-rw-r--r--include/xray/xray_log_interface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/xray/xray_log_interface.h b/include/xray/xray_log_interface.h
index f98b33110..a8709c3a7 100644
--- a/include/xray/xray_log_interface.h
+++ b/include/xray/xray_log_interface.h
@@ -48,4 +48,13 @@ XRayLogFlushStatus __xray_log_flushLog();
} // extern "C"
+namespace __xray {
+// Options used by the LLVM XRay FDR implementation.
+struct FDRLoggingOptions {
+ bool ReportErrors = false;
+ int Fd = -1;
+};
+
+} // namespace __xray
+
#endif // XRAY_XRAY_LOG_INTERFACE_H