]> AND Private Git Repository - loba.git/blobdiff - tracing.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix ispell dictionary in dir-locals.el.
[loba.git] / tracing.h
index f2834652b973574cca59ebdaa24b96faf7bb2245..57b8f7f353638a1325c4af7c2c7dcef9a9f5741c 100644 (file)
--- a/tracing.h
+++ b/tracing.h
@@ -5,6 +5,10 @@
 #define TRACE_CAT_CTRL "ctrl_mesg"
 #define TRACE_CAT_DATA "data_mesg"
 
+#define TRACE_COLOR_COMP "1 0 0"        // red
+#define TRACE_COLOR_CTRL "0 1 0"        // green
+#define TRACE_COLOR_DATA "0 0 1"        // blue
+
 #endif // !TRACING_H
 
 // Local variables: