X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd1d8acdec3f70b71f6153c2205df3f16a57627d..c9850ddfb4fcfe07741b9709c1bdb0a7d1e2f0b7:/src/simix/smx_io_private.h diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index 8a9dcc3aa5..d7c48f697c 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -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 @@ -10,6 +10,12 @@ #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); }