X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fdf33d3561a3d46c0523ebace7d2e93cfa1f88ab..fd9b617e50287ec42dd30c91696ae89c18018f66:/src/bindings/ruby/simgrid_ruby.c diff --git a/src/bindings/ruby/simgrid_ruby.c b/src/bindings/ruby/simgrid_ruby.c index 82e6dd0025..28341694c9 100644 --- a/src/bindings/ruby/simgrid_ruby.c +++ b/src/bindings/ruby/simgrid_ruby.c @@ -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