From: coldpeace Date: Wed, 24 Mar 2010 09:17:47 +0000 (+0000) Subject: Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT X-Git-Tag: SVN~397 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b741a113c7876123f9c4dd34209ffabfb0d6905c Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7343 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/java/jxbt_utilities.h b/src/java/jxbt_utilities.h index 699e4f67e0..fc801a30e1 100644 --- a/src/java/jxbt_utilities.h +++ b/src/java/jxbt_utilities.h @@ -63,7 +63,7 @@ jfieldID jxbt_get_sfield(JNIEnv * env, const char *classname, jxbt_throw_host_failure(env, detail); \ } else if (res == MSG_TRANSFER_FAILURE) { \ jxbt_throw_transfer_failure(env,detail); \ - } else if (res == MSG_TIMEOUT_FAILURE) { \ + } else if (res == MSG_TIMEOUT) { \ jxbt_throw_time_out_failure(env,detail); \ } else if (res == MSG_TASK_CANCELLED){ \ jxbt_throw_task_cancelled(env,detail); \