X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94a5e6c017fdcf4882fe6cb518b6005d4c8dd8ae..392a563ed3be3ffdaaefbdad8c779f360b30fcda:/src/include/surf/surf.h diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index 8cfa80ad49..53d66008bd 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -56,6 +56,13 @@ XBT_PUBLIC(int) find_model_description(s_surf_model_description_t * table, XBT_PUBLIC(void) model_help(const char *category, s_surf_model_description_t * table); +enum heap_action_type{ + LATENCY = 100, + MAX_DURATION, + NORMAL, + NOTSET +}; + /** \brief Action structure * \ingroup SURF_actions * @@ -350,7 +357,7 @@ typedef struct s_storage_type { } s_storage_type_t, *storage_type_t; typedef struct s_mount { - char *id; + void *id; char *name; } s_mount_t, *mount_t;