X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0ebf7976fb4d94d6a5a75e4131a036bd3ace277..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/simgrid/plugins/load_balancer.h diff --git a/include/simgrid/plugins/load_balancer.h b/include/simgrid/plugins/load_balancer.h index 0d7e857f5a..e6d5f72de9 100644 --- a/include/simgrid/plugins/load_balancer.h +++ b/include/simgrid/plugins/load_balancer.h @@ -1 +1,17 @@ -void sg_load_balancer_plugin_init(); +/* Copyright (c) 2009-2020. 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_LOAD_BALANCER_H_ +#define SIMGRID_PLUGINS_LOAD_BALANCER_H_ + +#include +#include + +SG_BEGIN_DECL + +XBT_PUBLIC void sg_load_balancer_plugin_init(); + +SG_END_DECL + +#endif