]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
flags moved
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 12:01:08 +0000 (12:01 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Thu, 9 Aug 2007 12:01:08 +0000 (12:01 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@658 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_distributed_types.h

index ae93cce1863e4026b6a105de223fea748a144a65..7b87887983ad2866296bff72a0ff03113451893d 100644 (file)
  * @{
  **/
 
-#define FRSH_DEFAULT_NETWORK_ID  1
-#define FRSH_NULL_NETWORK_ID  0
-
-
 //opaque types for frsh endpoints
 typedef FRSH_SEND_ENDPOINT_T_OPAQUE frsh_send_endpoint_t;
 typedef FRSH_RECEIVE_ENDPOINT_T_OPAQUE frsh_receive_endpoint_t;
@@ -171,7 +167,7 @@ typedef enum {
 
     /** Network is down **/
     FRSH_ENS_DOWN
-} frsh_endpoint_network_status;
+} frsh_endpoint_network_status_t;
 
 /*@}*/