Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Energy is now a plugin
[simgrid.git] / include / simgrid / plugins.h
diff --git a/include/simgrid/plugins.h b/include/simgrid/plugins.h
new file mode 100644 (file)
index 0000000..4f6f6a2
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * plugins.h
+ *
+ *  Created on: Jan 15, 2014
+ *      Author: bedaride
+ */
+
+#ifndef PLUGINS_H_
+#define PLUGINS_H_
+
+SG_BEGIN_DECL()
+
+/** \ingroup SURF_plugins
+ *  \brief The cpu energy consumption plugin
+ */
+XBT_PUBLIC(void) sg_energy_plugin_init(void);
+
+SG_END_DECL()
+
+#endif /* PLUGINS_H_ */