From: navarro Date: Tue, 27 Mar 2012 10:40:05 +0000 (+0200) Subject: SIMGRID_DEPRECATED is changed for MSG_USE_DEPRECATED. The only way to use X-Git-Tag: v3_7~198 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f21a7cf435a721c0fac22ef3d10bf7e3dd529aac?hp=4704e0da22d97812db790d70024cc2b4b1ffa791 SIMGRID_DEPRECATED is changed for MSG_USE_DEPRECATED. The only way to use deprecated functions is to give option -DMSG_USE_DEPRECATED to cmake. --- diff --git a/ChangeLog b/ChangeLog index e5df321432..a618f73f22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,11 +37,11 @@ SimGrid (3.7) NOT RELEASED; urgency=low (more work is needed here to fully achieve this goal) MSG: - * Deprecate the MSG_task_{get,put} functions and friends. - This interface was considered as deprecated since over 2 years, - it's time to inform our users that it is. - Switch to MSG_task_{send,recv} instead, or declare - SIMGRID_DEPRECATED before loading the msg.h if you really need to + * Deprecate the use of m_channel_t mecanism like MSG_task_{get,put} + functions and friends. This interface was considered as + deprecated since over 2 years, it's time to inform our users that it is. + 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. * Deprecate MSG_get_host_{table,number}