X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..879f2fd8a6a5c52c852fb221eeacccec715f0a56:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h index bd856b9002..2f5de8027a 100644 --- a/include/simgrid/plugins/dvfs.h +++ b/include/simgrid/plugins/dvfs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2018. The SimGrid Team. +/* Copyright (c) 2017-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,15 +7,14 @@ #ifndef SIMGRID_PLUGINS_DVFS_H_ #define SIMGRID_PLUGINS_DVFS_H_ +#include #include #include -SG_BEGIN_DECL() +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() +SG_END_DECL #endif