Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add checking for simcalls
[simgrid.git] / src / simix / simcalls_generated_res_getter_setter.h
index f4f9181..f526cd8 100644 (file)
@@ -1,3 +1,10 @@
+/*********************************************
+ * File Generated by src/simix/simcalls.py   *
+ *                from src/simix/simcalls.in *
+ * Do not modify this file, add new simcalls *
+ * in src/simix/simcalls.in                  *
+ *********************************************/
+
 static inline smx_host_t simcall_host_get_by_name__get__result(smx_simcall_t simcall){
   return (smx_host_t) simcall->result.dp;
 }