X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43f7ca1cac5ab1858e318fdd6239d0a0c3b3d893..d656f9465e7b1c36319f86eeafdcec58fe9551a4:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index c3c0cbc7f1..e2cdeab06b 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -55,6 +55,7 @@ namespace surf { class LinkImpl; class HostImpl; class StorageImpl; + class StorageType; class FileImpl; } namespace trace_mgr { @@ -99,6 +100,7 @@ typedef struct s_smx_context* smx_context_t; typedef struct s_smx_actor* smx_actor_t; typedef struct s_smx_mutex* smx_mutex_t; typedef struct s_smx_mailbox* smx_mailbox_t; +typedef struct s_surf_file* surf_file_t; #endif