Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
isolating latency bounded functions with ifdef's
[simgrid.git] / src / bindings / ruby / rb_msg_process.c
index 9b0f18c..0820151 100644 (file)
@@ -1,10 +1,8 @@
-/*
- * Copyright 2010, The SimGrid Team. All right reserved.
- *
- * This program is free software; you can redistribute 
- * it and/or modify it under the terms of the license 
- *(GNU LGPL) which comes with this package. 
- */
+/* Copyright (c) 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "msg/private.h" /* s_simdata_process_t */
 #include "bindings/ruby_bindings.h"
@@ -51,6 +49,7 @@ void rb_process_join( VALUE ruby_process ) {
   rb_funcall(ruby_process,rb_intern("join"),0);
 }
 
+// FIXME: all this calls must be manually inlined I guess
 // unschedule Process
 void rb_process_unschedule( VALUE ruby_process ) {
   rb_funcall(ruby_process,rb_intern("unschedule"),0);