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

Private GIT Repository
Automatically update "options.cpp".
[loba.git] / tracing.h
1 #ifndef TRACING_H
2 #define TRACING_H
3
4 #define TRACE_CAT_COMP "comp_task"
5 #define TRACE_CAT_CTRL "ctrl_mesg"
6 #define TRACE_CAT_DATA "data_mesg"
7
8 #endif // !TRACING_H
9
10 // Local variables:
11 // mode: c++
12 // End: