X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0672b1000bacd57037a1138e90553af71b50a53..20801428bec07ed58c348d25ad39878f2c208389:/include/msg/datatypes.h diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index b95dfd9317..0f0ab9dd65 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2004, 2005, 2007, 2008, 2009, 2010. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -31,14 +30,14 @@ typedef struct s_smx_rvpoint *msg_mailbox_t; /* ******************************** Host ************************************ */ typedef struct m_host { - char *name; /**< @brief host name if any */ + xbt_swag_t vms; smx_host_t smx_host; /**< SIMIX representation of this host */ #ifdef MSG_USE_DEPRECATED msg_mailbox_t *mailboxes; /**< the channels */ #endif } s_m_host_t; -/** @brief Host datatype +/** @brief Host datatype. @ingroup m_host_management A location (or host) is any possible place where @@ -64,7 +63,7 @@ typedef struct m_task { #endif } s_m_task_t; -/** @brief Task datatype +/** @brief Task datatype. @ingroup m_task_management A task may then be defined by a computing @@ -105,7 +104,7 @@ typedef struct m_gpu_task { #endif } s_m_gpu_task_t; -/** @brief GPU task datatype +/** @brief GPU task datatype. @ingroup m_task_management A task may then be defined by a computing