Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Dig through git history, and update copyright lines.
[simgrid.git] / src / simix / smx_io_private.h
index 8a9dcc3..d7c48f6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
 #include "simgrid/simix.h"
 #include "smx_smurf_private.h"
 
+/** @brief Storage datatype */
+typedef struct s_smx_storage_priv {
+  void *data;              /**< @brief user data */
+} s_smx_storage_priv_t;
+
+
 static inline smx_storage_priv_t SIMIX_storage_priv(smx_storage_t storage){
   return xbt_lib_get_level(storage, SIMIX_STORAGE_LEVEL);
 }