]> AND Public Git Repository - simgrid.git/blobdiff - src/gras/DataDesc/cbps.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the smpi_traced test if user compil out of source.
[simgrid.git] / src / gras / DataDesc / cbps.c
index add61927e5acff3cbd23be31de1963c86f9c8fb1..b4867fa90ad4b869e0ff05e067f89613c4eda31a 100644 (file)
@@ -1,10 +1,7 @@
-/* $Id$ */
-
 /* cbps - persistant states for callbacks                                   */
 
-/* Copyright (c) 2003 Olivier Aumage.                                       */
-/* Copyright (c) 2003, 2004 Martin Quinson.                                 */
-/* All rights reserved.                                                     */
+/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 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. */
@@ -123,7 +120,7 @@ void
 gras_cbps_v_pop(gras_cbps_t ps,
                 const char *name, gras_datadesc_type_t * ddt, void **res)
 {
-  xbt_dynar_t varstack, frame;
+  xbt_dynar_t varstack=NULL, frame=NULL;
   gras_cbps_elm_t var = NULL;
   void *data = NULL;
   xbt_ex_t e;