Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oops, my last minute cleanup broke everything [Mt]
[simgrid.git] / include / gras / virtu.h
index 0eb93f9..c422fda 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
 #include "xbt/time.h"
+#include "xbt/dict.h"
 
 SG_BEGIN_DECL()
 
@@ -67,6 +68,15 @@ gras_os_hostport(void);
  */
 XBT_PUBLIC(int) gras_os_getpid(void);
 
+
+/* The following functions handle process property query */
+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);   
+
 /** @} */
 SG_END_DECL()