From: mquinson Date: Mon, 5 Sep 2005 14:06:51 +0000 (+0000) Subject: Implement gras_datadesc_copy X-Git-Tag: v3.3~3678 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6adbdf3111853382e59839fd562d8d47726f1dae Implement gras_datadesc_copy git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1679 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index d8d60409eb..a97a8a038f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,10 @@ SimGrid (3.0.1) unstable; urgency=low MSG: * Add addtionnal checkings on channel values in communicating functions. + GRAS: + * Actually implement gras_datadesc_copy() so that we don't have to mimick + RL communication on top of SG since it's so uneffective. + It may also be used for inter-thread communication in RL, one day. [MQ] Documentation improvements: * xbt_log module unmercifully reworked [MQ]