X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0ebf7976fb4d94d6a5a75e4131a036bd3ace277..683badf68ad1cd5041b64218d91000781cf67481:/include/simgrid/plugins/load_balancer.h diff --git a/include/simgrid/plugins/load_balancer.h b/include/simgrid/plugins/load_balancer.h index 0d7e857f5a..8e83cab362 100644 --- a/include/simgrid/plugins/load_balancer.h +++ b/include/simgrid/plugins/load_balancer.h @@ -1 +1,10 @@ +/* Copyright (c) 2009-2018. 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_ + void sg_load_balancer_plugin_init(); + +#endif