Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / gras / DataDesc / ddt_exchange.c
index 1c36892..cecbcf8 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* ddt_exchange - send/recv data described                                  */
 
-/* Copyright (c) 2003-2009 The SimGrid Team.  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. */
@@ -246,7 +245,7 @@ gras_datadesc_memcpy_rec(gras_cbps_t state,
       if (detect_cycle &&
            (n_ref=xbt_dict_get_or_null_ext(refs, (char *) o_ref, sizeof(char *)))) {
         /* already known, no need to copy it */
-        INFO0("Cycle detected");
+        //INFO0("Cycle detected");
         reference_is_to_cpy = 0;
       }
 
@@ -532,7 +531,7 @@ gras_datadesc_send_rec(gras_socket_t sock,
       reference_is_to_send = 1;
       /* return ignored. Just checking whether it's known or not */
       if (detect_cycle && xbt_dict_get_or_null_ext(refs, (char *) ref, sizeof(char *))) {
-        INFO0("Cycle detected");
+        //INFO0("Cycle detected");
         reference_is_to_send = 0;
       }
 
@@ -786,7 +785,7 @@ gras_datadesc_recv_rec(gras_socket_t sock,
             xbt_dict_get_or_null_ext(refs, (char *) r_ref,
                              pointer_type->size[r_arch]))) {
         reference_is_to_recv = 0;
-        INFO0("Cycle detected");
+        //INFO0("Cycle detected");
       }
 
       if (reference_is_to_recv) {