Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'torus'
[simgrid.git] / include / simgrid / plugins.h
1 /*
2  * plugins.h
3  *
4  *  Created on: Jan 15, 2014
5  *      Author: bedaride
6  */
7
8 #ifndef PLUGINS_H_
9 #define PLUGINS_H_
10
11 SG_BEGIN_DECL()
12
13 /** \ingroup SURF_plugins
14  *  \brief The cpu energy consumption plugin
15  */
16 XBT_PUBLIC(void) sg_energy_plugin_init(void);
17
18 SG_END_DECL()
19
20 #endif /* PLUGINS_H_ */