Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the feature of getting remaining communication from gtnets flows.
[simgrid.git] / src / surf / gtnets / gtnets_interface.h
index aa3f2d2..6d11d68 100644 (file)
@@ -20,6 +20,8 @@ extern "C" {
   int gtnets_create_flow(int src, int dst, long datasize, void* metadata);
   double gtnets_get_time_to_next_flow_completion();
   int gtnets_run_until_next_flow_completion(void*** metadata, int* number_of_flows);
+  double gtnets_get_flow_rx(void *metadata);
+
   int gtnets_run(double delta);
   int gtnets_finalize();