X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9687670d5440f10286a0dbc5aab95bb4eb9b6138..6ba3cca6077ef2266bfbb7319435bf6dee143b91:/include/simgrid/simdag.h diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 68d696355a..573d411105 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2014. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -22,7 +22,7 @@ SG_BEGIN_DECL() resource with computing capabilities and has a name. @see SD_workstation_management */ -typedef xbt_dictelm_t SD_workstation_t; +typedef sg_host_t SD_workstation_t; /** @brief Workstation access mode @ingroup SD_datatypes_management @@ -332,7 +332,7 @@ XBT_PUBLIC(int) SD_task_dependency_exists(SD_task_t src, SD_task_t dst); /** @defgroup SD_simulation Simulation * @brief Functions for creating the environment and launching the simulation * - * This section describes the functions for initialising SimDag, launching + * This section describes the functions for initializing SimDag, launching * the simulation and exiting SimDag. * * @{ @@ -352,7 +352,8 @@ XBT_PUBLIC(void) uniq_transfer_task_name(SD_task_t task); /** @} */ +SG_END_DECL() + #include "simgrid/instr.h" -SG_END_DECL() #endif