Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use libsimgrid as name for the native simgrid module in Ruby, or the require 'simgrid...
[simgrid.git] / src / bindings / ruby / simgrid_ruby.c
index 82e6dd0..2834169 100644 (file)
@@ -139,7 +139,7 @@ static VALUE msg_get_clock(VALUE class) {
 extern const char*xbt_ctx_factory_to_use; /*Hack: let msg load directly the right factory */
 
 typedef VALUE(*rb_meth)(ANYARGS);
-void Init_simgrid_ruby() {
+void Init_libsimgrid() {
   xbt_ctx_factory_to_use = "ruby";
 
   // Modules