Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8e83cab36244ef22928ee32cf9d286f966eef2fa
[simgrid.git] / include / simgrid / plugins / load_balancer.h
1 /* Copyright (c) 2009-2018. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5 #ifndef SIMGRID_PLUGINS_LOAD_BALANCER_H_
6 #define SIMGRID_PLUGINS_LOAD_BALANCER_H_
7
8 void sg_load_balancer_plugin_init();
9
10 #endif