Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More MPI calls support in SMPI
[simgrid.git] / src / bindings / ruby_bindings.h
index 9444543..418e1a3 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include "msg/msg.h"
-#include "msg/private.h"
 #include "msg/datatypes.h"
 
 #include "surf/surfxml_parse.h"
@@ -106,8 +105,6 @@ VALUE rb_host_get_all_hosts(VALUE Class);
 void rb_task_free(m_task_t tk);
 // New Method  >>> Data NULL
 VALUE rb_task_new(VALUE Class, VALUE name,VALUE comp_size,VALUE comm_size);
-void  rb_task_set_data(VALUE Class,VALUE task,VALUE data); // Data as a String
-VALUE rb_task_get_data(VALUE Class,VALUE task);
 VALUE rb_task_comp(VALUE Class,VALUE task); // Get Computation Size
 VALUE rb_task_name(VALUE Class,VALUE task);
 VALUE rb_task_execute(VALUE Class,VALUE task);