Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
throw the right exception corresponding to TimeoutFailureException
[simgrid.git] / src / java / jxbt_utilities.h
index f87391c..dc5416f 100644 (file)
@@ -79,5 +79,7 @@ void jxbt_throw_process_not_found(JNIEnv * env, const char *invalid_name);
 void jxbt_throw_transfer_failure(JNIEnv * env,const char *task_name,const char *alias);
 /** Thrown when a host failure accures while Sending task*/
 void jxbt_throw_host_failure(JNIEnv *env,const char *task_name,const char *alias);
 void jxbt_throw_transfer_failure(JNIEnv * env,const char *task_name,const char *alias);
 /** Thrown when a host failure accures while Sending task*/
 void jxbt_throw_host_failure(JNIEnv *env,const char *task_name,const char *alias);
+/** Thrown when a time out accures While Sending task */
+void jxbt_throw_time_out_failure(JNIEnv *env,const char *task_name,const char *alias);
 
 #endif /* ! JXBT_UTILITY_H */
 
 #endif /* ! JXBT_UTILITY_H */