Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2004-07-26 Martin Quinson
[simgrid.git] / src / gras / DataDesc / datadesc_interface.h
index 26c3ae8..0e68b0b 100644 (file)
@@ -40,7 +40,7 @@ gras_datadesc_recv(gras_socket_t *sock, gras_datadesc_type_t *type,
                   int r_arch, void *dst);
 
 /* Indicate (lack of) interest in datatype */
-void gras_datadesc_ref(gras_datadesc_type_t *type);
+void gras_datadesc_addref(gras_datadesc_type_t *type);
 void gras_datadesc_unref(gras_datadesc_type_t *type);
    
 #endif /* GRAS_DATADESC_INTERFACE_H */