Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new line at EOF
[simgrid.git] / src / gras / Virtu / rl_process.c
index 7ae8b78..f407a06 100644 (file)
@@ -48,6 +48,24 @@ gras_procdata_t *gras_procdata_get(void) {
 }
 
 void gras_agent_spawn(const char *name, void *data, 
-                     xbt_main_func_t code, int argc, char *argv[]) {
+                     xbt_main_func_t code, int argc, char *argv[], xbt_dict_t properties) {
+   THROW_UNIMPLEMENTED;
+}
+
+/* **************************************************************************
+ * Properties
+ * **************************************************************************/
+
+const char* gras_process_property_value(char* name) {
+   THROW_UNIMPLEMENTED;
+}
+xbt_dict_t gras_process_properties(void) {
+   THROW_UNIMPLEMENTED;
+}
+
+const char* gras_os_host_property_value(char* name) {
+   THROW_UNIMPLEMENTED;
+}
+xbt_dict_t gras_os_host_properties(void) {
    THROW_UNIMPLEMENTED;
 }