]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
maxsize
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 20 Mar 2007 17:27:20 +0000 (17:27 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Tue, 20 Mar 2007 17:27:20 +0000 (17:27 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@357 35b4ef3e-fd22-0410-ab77-dab3279adceb

include/fna.h

index 28d3b2827a3f9d85b649d6e5b3f6be82bf3c2c10..76dc2cbb8a9fd78b055b348e94df92365415570c 100644 (file)
@@ -569,7 +569,7 @@ int fna_vres_decrease_capacity
  *
  **/
 int fna_send_sync
-   (const frsh_send_endpoint_t *endpoint,
+   (const fna_send_endpoint_t *endpoint,
     const void *msg,
     const size_t size);
 
@@ -598,7 +598,7 @@ int fna_send_sync
  *
  **/
 int fna_send_async
-   (const frsh_send_endpoint_t *endpoint,
+   (const fna_send_endpoint_t *endpoint,
     const void *msg,
     const size_t size);
 
@@ -695,7 +695,7 @@ int fna_receive_async
  *
  **/
 int fna_send_endpoint_get_status
-   (const frsh_send_endpoint_t *endpoint,
+   (const fna_send_endpoint_t *endpoint,
     int *number_of_pending_messages,
     frsh_endpoint_network_status *network_status,
     frsh_protocol_status_t *protocol_status);
@@ -778,7 +778,7 @@ int fna_receive_endpoint_get_status
  **/
 
 /**
- * fna_network_message_get_max_size()
+ * fna_network_get_max_message_size()
  *
  * This operation gives the maximum number of bytes that can be sent
  * at a time through the send function when using the network designated by
@@ -804,7 +804,7 @@ int fna_receive_endpoint_get_status
  *   invalid \n
  *
  **/
-int fna_network_message_get_max_size
+int fna_network_get_max_message_size
    (const frsh_resource_id_t resource_id,
     const frsh_network_address_t destination,
     size_t *max_size);