Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Expose Host Load for Java API through JNI
[simgrid.git] / include / simgrid / plugins / load.h
index 734752a..eb518c8 100644 (file)
@@ -21,6 +21,7 @@ XBT_PUBLIC void sg_host_load_reset(sg_host_t host);
 #define MSG_host_load_plugin_init() sg_host_load_plugin_init()
 #define MSG_host_get_current_load(host) sg_host_get_current_load(host)
 #define MSG_host_get_computed_flops(host) sg_host_get_computed_flops(host)
+#define MSG_host_get_avg_load(host) sg_host_get_avg_load(host)
 
 SG_END_DECL()