Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the {set/get}_params operations to a host object
[simgrid.git] / include / simgrid / platf.h
index 85b8505..1088975 100644 (file)
@@ -59,6 +59,11 @@ typedef enum {
 
 } e_surf_vm_state_t;
 
+typedef struct ws_params {
+  int ncpus;
+  long ramsize;
+  int overcommit;
+} s_ws_params_t, *ws_params_t;
 
 typedef struct tmgr_trace *tmgr_trace_t; /**< Opaque structure defining an availability trace */