Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / include / simgrid / plugins / load_balancer.h
1 /* Copyright (c) 2009-2020. 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 #include <simgrid/forward.h>
9 #include <xbt/base.h>
10
11 SG_BEGIN_DECL
12
13 XBT_PUBLIC void sg_load_balancer_plugin_init();
14
15 SG_END_DECL
16
17 #endif