From: Martin Quinson Date: Fri, 27 Apr 2012 21:03:00 +0000 (+0200) Subject: removing the channels would really make the structures simpler X-Git-Tag: v3_7~36 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1dee267bd3ff0307b408c7169308f976965b6d10?ds=sidebyside removing the channels would really make the structures simpler --- diff --git a/ChangeLog b/ChangeLog index 11162e1e98..095ef382ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low Switch to MSG_task_{send,recv} instead, or compile Simgrid command line 'cmake -Dcustom_flags="-DMSG_USE_DEPRECATED" .' if you really need to use these (crappy) functions in your code. - These functions will be removed at some point. Stop using them now. + These functions will be removed soon. Stop using them now. * Deprecate MSG_get_host_{table,number} Implement MSG_hosts_as_dynar() instead. * Implement MSG_processes_as_dynar() (Closes gforge #13642)