]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_debug.h
Correcting function comments and synchronising .h with .c files
[frescor/frsh-include.git] / frsh_debug.h
index 78d460f380c1bedf904da175ff9a03401b3ce338..0442b1044f82878eab2d0ad5b280122bc14cbcca 100644 (file)
@@ -89,6 +89,9 @@
 #define FRSH_TRACE_ROUND_ROBIN false
 #define FRSH_TRACE_BOUNDED_JOB false
 
+#define FRSH_TRACE_ADMISSION_TEST false
+#define FRSH_TRACE_ADMISSION_RESULT false
+
 #define FRSH_TRACE_THREAD_INDEX false
 #define FRSH_TRACE_VRES_INDEX false
 
 extern struct timespec frsh_trace_init_timespec;
 extern long frsh_trace_init_timemsec;
 
+extern int global_error_condition;  /* Used to propagate error
+                                     * conditions in debugging */
+
 static inline long int FRSH_GET_TIMESTAMP_MSECS()
 {
     int terror = -1;