Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to retrieve the libdata of a remote host in SG
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index 8bbc968..25f0854 100644 (file)
@@ -40,4 +40,13 @@ typedef struct {
 } gras_trp_sg_sock_data_t;
 
 
+void *gras_libdata_by_name_from_remote(const char *name, m_process_t p);
+/* The same function by id would be really dangerous.
+ * 
+ * Indeed, it would rely on the fact that all process register libdatas in
+ * the same order, which is wrong if they init amok modules in different
+ * order.
+ */
+   
+   
 #endif /* VIRTU_SG_H */