]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
add the group id definition
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Nov 2008 16:25:21 +0000 (16:25 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 6 Nov 2008 16:25:21 +0000 (16:25 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1377 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_opaque_types.h

index 70d0d455639bda70e02d9055310fe48ea1a6231e..55a334a5df4782968b408b23832f34a741f8582c 100644 (file)
@@ -61,7 +61,7 @@
 //  **////  /**///**  ////////** /**//////**
 //  **      /**  //**        /** /**     /**
 //  **      /**   //** ********  /**     /**
-//  //       //     // ////////   //      // 
+//  //       //     // ////////   //      //
 //
 // FRSH(FRescor ScHeduler), pronounced "fresh"
 //==============================================
@@ -106,7 +106,7 @@ FRSH_CPP_BEGIN_DECLS
      Unique within the local node               **/         \
   frsh_contract_label_t      contract_label;                        \
 \
-  /** Minimum budget needed to perform a job.  With the energy 
+  /** Minimum budget needed to perform a job.  With the energy
       module this will be an array **/              \
   frsh_rel_time_t         budget_min;                         \
 \
@@ -187,7 +187,7 @@ FRSH_CPP_BEGIN_DECLS
   frsh_endpoint_queueing_info_t    queueing_info; \
 \
   /** Maximum loss rate
-      Percentage of packet loss in the network that is 
+      Percentage of packet loss in the network that is
       tolerated by the application **/                       \
 int                     max_loss_rate; \
 \
@@ -203,6 +203,8 @@ typedef int FRSH_SYNCHOBJ_HANDLE_T_OPAQUE;
 
 typedef int FRSH_SHAREDOBJ_HANDLE_T_OPAQUE;
 
+typedef unsigned int FRSH_GROUP_ID_T_OPAQUE;
+
 /**
  * Critical section data
  * - comon parameters
@@ -214,7 +216,7 @@ typedef int FRSH_SHAREDOBJ_HANDLE_T_OPAQUE;
  *     op;          // pointer to the operation
  * - attributes used only for protected write operations
  *     areas;       // memory areas to be protected
- * 
+ *
  **/
 #define FRSH_CSECT_T_OPAQUE struct { \
   frsh_csect_op_kind_t op_kind;                 \