X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e9d070ff4b259516963e10fde45bac591336f154..0186c04abe93b61106c1fba50eec753f37fbddbf:/include/gras/datadesc.h diff --git a/include/gras/datadesc.h b/include/gras/datadesc.h index 842c4f3d21..e8ed2bf31e 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -1,8 +1,7 @@ -/* $Id$ */ - /* gras/datadesc.h - Describing the data you want to exchange */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -327,6 +326,11 @@ XBT_PUBLIC(gras_datadesc_type_t) void *data); /** \brief Prototype of type callbacks selecting a type. */ typedef + + + + + gras_datadesc_type_t(*gras_datadesc_selector_t) (gras_datadesc_type_t typedesc, gras_cbps_t vars,