X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e92284beb25991e23cf18c5db06e33d647d77fd7..bddef652e63e14c3a90e0fabba76b539a7bde101:/include/simdag/simdag.h diff --git a/include/simdag/simdag.h b/include/simdag/simdag.h index b5d0cc66ad..d78288f41b 100644 --- a/include/simdag/simdag.h +++ b/include/simdag/simdag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -105,7 +105,7 @@ XBT_PUBLIC(double) SD_route_get_communication_time(SD_workstation_t src, XBT_PUBLIC(SD_task_t) SD_workstation_get_current_task(SD_workstation_t workstation); -XBT_PUBLIC(xbt_dynar_t) +XBT_PUBLIC(xbt_dict_t) SD_workstation_get_storage_list(SD_workstation_t workstation); /** @} */