summaryrefslogtreecommitdiff
path: root/common/trace_dump.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/trace_dump.hpp')
-rw-r--r--common/trace_dump.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/trace_dump.hpp b/common/trace_dump.hpp
index 2d22027e..4c756ca4 100644
--- a/common/trace_dump.hpp
+++ b/common/trace_dump.hpp
@@ -27,8 +27,7 @@
* Human-readible dumping.
*/
-#ifndef _TRACE_DUMP_HPP_
-#define _TRACE_DUMP_HPP_
+#pragma once
#include <iostream>
@@ -46,6 +45,7 @@ enum {
DUMP_FLAG_NO_ARG_NAMES = (1 << 1),
DUMP_FLAG_NO_CALL_NO = (1 << 2),
DUMP_FLAG_THREAD_IDS = (1 << 3),
+ DUMP_FLAG_NO_MULTILINE = (1 << 4),
};
@@ -74,4 +74,3 @@ inline std::ostream & operator <<(std::ostream &os, Call &call) {
} /* namespace trace */
-#endif /* _TRACE_DUMP_HPP_ */