]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework MC transition interception/creation. Now it is more modular.
[simgrid.git] / src / simix / private.h
index 4568983ed6d5514e9ed2c59e86b74a1b018a3287..eec2c34c6fd96c80f17592ded20cfcdf949343ed 100644 (file)
@@ -1,7 +1,5 @@
-/*     $Id$     */
-
-/* Copyright (c) 2007 Arnaud Legrand, Bruno Donnassolo.
-   All rights reserved.                                          */
+/* Copyright (c) 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. */
@@ -18,7 +16,6 @@
 #include "xbt/function_types.h"
 #include "xbt/ex_interface.h"
 #include "instr/private.h"
-#include "instr/config.h"
 
 /******************************** Datatypes ***********************************/
 
@@ -161,6 +158,8 @@ typedef struct s_smx_comm {
   void *dst_buff;
   size_t src_buff_size;
   size_t *dst_buff_size;
+  char copied;
+  
   void *data;             /* User data associated to communication */
 } s_smx_comm_t;