Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] mc_comm_pattern.c containing all communication pattern functions
[simgrid.git] / src / mc / mc_interface.h
1 /* MC interface: definitions that non-MC modules must see, but not the user */
2
3 /* Copyright (c) 2007-2014. The SimGrid Team.  All rights reserved.         */
4
5 /* This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. */
7
8 #ifndef MC_INTERFACE_H
9 #define MC_INTERFACE_H
10 #include "mc/mc.h"
11
12 SG_BEGIN_DECL()
13
14 typedef struct s_mc_snapshot s_mc_snapshot_t, *mc_snapshot_t;
15
16 SG_END_DECL()
17
18 #endif