Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Take into account the case where some variable do not consume anything.
[simgrid.git] / include / gras / process.h
index e67941a..0f8f0f1 100644 (file)
@@ -14,6 +14,9 @@
 
 SG_BEGIN_DECL()
 
+void gras_agent_spawn(const char *name, void *data, xbt_main_func_t code, int argc, char *argv[]);
+  
+  
 /****************************************************************************/
 /* Manipulating User Data                                                   */
 /****************************************************************************/