]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_distributed_types.h
Uploading protected shared objects functionality
[frescor/frsh-include.git] / 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;
 
 /*@}*/