]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - frsh_distributed_types.h
change the typedef so it is similar to the others
[frescor/frsh-include.git] / frsh_distributed_types.h
index 2ce46ccdb6a42f01227c47a78c03b22ea30ec352..ed213628b93bd2a53a587de7601aa964de29fd75 100644 (file)
@@ -91,7 +91,7 @@ typedef FRSH_RECEIVE_ENDPOINT_T_OPAQUE frsh_receive_endpoint_t;
 /**
  * The network_address type specifies the node or multicast address in
  * a communication-protocol-independent way. The actual address is
- * obtained via a configuration dependent mapping function 
+ * obtained via a configuration dependent mapping function
  **/
 typedef unsigned int  frsh_network_address_t;
 
@@ -118,7 +118,8 @@ typedef struct _protocol_info_t
 /**
  * Protocol dependent information about the status of an endpoint
  **/
-typedef struct {
+typedef struct _protocol_status_t
+{
    void *body;
    int size;
 } frsh_protocol_status_t;