Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a test that got broken when I suppressed some simcalls
[simgrid.git] / include / simgrid / host.h
index fd0c576..28987a3 100644 (file)
@@ -61,6 +61,11 @@ XBT_PUBLIC(void) sg_host_edge_destroy(sg_host_t host, int do_callback);
 // Module initializer. Won't survive the conversion to C++. Hopefully.
 XBT_PUBLIC(void) sg_host_init(void);
 
+// =========== user-level functions ===============
+XBT_PUBLIC(double) sg_host_get_speed(sg_host_t host);
+XBT_PUBLIC(double) sg_host_get_available_speed(sg_host_t host);
+
+
 SG_END_DECL()
 
 #endif /* SIMGRID_HOST_H_ */