X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a97de8c98502af9f74cfceb924fa02e0fd80925..4fb3673da5b0ac154b2f70e40ccd11cf8993da32:/include/simgrid/datatypes.h diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index e46e72b00b..035a6af3d5 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,7 +7,9 @@ #ifndef SIMGRID_DATATYPES_H_ #define SIMGRID_DATATYPES_H_ -typedef struct ws_params { +#include + +typedef struct vm_params { int ncpus; sg_size_t ramsize; int overcommit; @@ -24,6 +26,6 @@ typedef struct ws_params { /* set migration speed */ double mig_speed; -} s_ws_params_t, *ws_params_t; +} s_vm_params_t, *vm_params_t; #endif /* SIMGRID_DATATYPES_H_ */