X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/504b4d20dd2db9ea1eaa9c4b390b2a412d7c9779..42001fa8f0d1b0c4193741147cd58c345e8f2233:/include/gras/virtu.h diff --git a/include/gras/virtu.h b/include/gras/virtu.h index 8669ebfc98..f67f5c67ce 100644 --- a/include/gras/virtu.h +++ b/include/gras/virtu.h @@ -12,6 +12,7 @@ #include "xbt/misc.h" /* SG_BEGIN_DECL */ #include "xbt/time.h" +#include "xbt/dict.h" SG_BEGIN_DECL() @@ -68,13 +69,12 @@ gras_os_hostport(void); XBT_PUBLIC(int) gras_os_getpid(void); -/* The following functions handle process property query */ +/* Properties related */ XBT_PUBLIC(xbt_dict_t) gras_process_properties(void); XBT_PUBLIC(const char*) gras_process_property_value(char* name); -/* The following functions handle host/cpu property query */ XBT_PUBLIC(xbt_dict_t) gras_os_host_properties(void); -XBT_PUBLIC(const char*) gras_os_property_value(char* name); +XBT_PUBLIC(const char*) gras_os_host_property_value(char* name); /** @} */ SG_END_DECL()