From 591ba7ce54695be5503efe2567f1192df00216cb Mon Sep 17 00:00:00 2001 From: sangorrin Date: Thu, 9 Aug 2007 12:01:08 +0000 Subject: [PATCH] flags moved git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@658 35b4ef3e-fd22-0410-ab77-dab3279adceb --- frsh_distributed_types.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frsh_distributed_types.h b/frsh_distributed_types.h index ae93cce..7b87887 100644 --- a/frsh_distributed_types.h +++ b/frsh_distributed_types.h @@ -84,10 +84,6 @@ * @{ **/ -#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; /*@}*/ -- 2.39.2