Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Definition of a new class to represent the routing in fat trees
[simgrid.git] / include / simgrid / plugins.h
1 /* Copyright (c) 2014. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef PLUGINS_H_
8 #define PLUGINS_H_
9
10 SG_BEGIN_DECL()
11
12 /** \ingroup SURF_plugins
13  *  \brief The cpu energy consumption plugin
14  */
15 XBT_PUBLIC(void) sg_energy_plugin_init(void);
16
17 SG_END_DECL()
18
19 #endif /* PLUGINS_H_ */