]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - include/fosa_types.h
Makefile: Add missing header file
[frescor/fosa.git] / include / fosa_types.h
index 0ebbe0e73f2cfd3f2aa8a3be82e9e9347e098d61..9abb16cf58ead18e6f5f6e1cf1a3d89a4b9ddd13 100644 (file)
@@ -1,5 +1,5 @@
 // -----------------------------------------------------------------------
-//  Copyright (C) 2006 - 2008 FRESCOR consortium partners:
+//  Copyright (C) 2006 - 2009 FRESCOR consortium partners:
 //
 //    Universidad de Cantabria,              SPAIN
 //    University of York,                    UK
@@ -413,6 +413,20 @@ typedef struct {
 typedef     FOSA_LONG_JUMP_CONTEXT_T_OPAQUE    fosa_long_jump_context_t; 
 
 
+/*********************
+ *   GROUP CLOCKS
+ *********************/
+/**
+ * @addtogroup threadgroups
+ *
+ * @{
+ **/  
+typedef FOSA_THREAD_SET_ID_T_OPAQUE fosa_thread_set_id_t;
+
+#define FOSA_NULL_THREAD_SET_ID  FOSA_NULL_THREAD_SET_ID_OPAQUE 
+
+/*@}*/
+
 FOSA_CPP_END_DECLS