Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prototypes of some new debugging functions
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 21 Jun 2004 17:14:03 +0000 (17:14 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 21 Jun 2004 17:14:03 +0000 (17:14 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@131 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/datadesc.h

index 4d78dfc..87557c9 100644 (file)
@@ -102,6 +102,12 @@ void gras_datadesc_cb_set_pre (gras_datadesc_type_t    *type,
 void gras_datadesc_cb_set_post(gras_datadesc_type_t    *type,
                               gras_datadesc_type_cb_void_t  post);
 
+/******************************
+ * Get stuff within datadescs *
+ ******************************/
+char * gras_datadesc_get_name(gras_datadesc_type_t *ddt);
+int gras_datadesc_get_id(gras_datadesc_type_t *ddt);
+
 /********************************************************
  * Advanced data describing: callback persistent states *
  ********************************************************/