Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stuks When a process ( Slave ) Tries to Recieve a Task...
[simgrid.git] / src / bindings / ruby / rb_msg.h
index b27cd57..d6a4ebc 100644 (file)
@@ -4,6 +4,8 @@
 #include "msg/msg.h"
 #include <ruby.h>
 
+XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test,
+                             "Messages specific for this msg example");
 
 // #include "msg/private.h"
 // #include "simix/private.h"
@@ -30,20 +32,15 @@ static void msg_createEnvironment(VALUE Class,VALUE plateformFile);
 // deploy Application
 static void msg_deployApplication(VALUE Class,VALUE deploymntFile);
 
-
-// Register Function
-static void msg_registerFunction(VALUE Class,VALUE function_name,VALUE code);
-
 // Tools
 static void msg_info(VALUE Class,VALUE msg);
 
 //get Clock  
-static VALUE msg_get_clock(VALUE Class);
+static void msg_get_clock(VALUE Class);
 
 //pajeOutput
 static void msg_paje_output(VALUE Class,VALUE pajeFile);
 
-
 // Ruby Introspection : To instanciate a Ruby Class from its Name
 static VALUE msg_new_ruby_instance(VALUE Class,VALUE className);