X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f51abbaae0288917f535b1136555910f088c7b6..4af3b3329ad57dcfe30cf363b3f79f209c32a4ac:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h new file mode 100644 index 0000000000..57726ed496 --- /dev/null +++ b/include/simgrid/plugins/dvfs.h @@ -0,0 +1,21 @@ +/* Copyright (c) 2017. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + +#ifndef SIMGRID_PLUGINS_DVFS_H_ +#define SIMGRID_PLUGINS_DVFS_H_ + +#include +#include + +SG_BEGIN_DECL() + +XBT_PUBLIC(void) sg_host_dvfs_plugin_init(); + +#define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init() + +SG_END_DECL() + +#endif