Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Use unsigned char* for context stacks.
[simgrid.git] / src / simix / smx_environment.cpp
1 /* Copyright (c) 2007-2019. 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
6 #include <simgrid/engine.h>
7 #include <simgrid/simix.h>
8
9 void SIMIX_create_environment(const char* file) // XBT_ATTRIB_DEPRECATED_v324
10 {
11   simgrid_load_platform(file);
12 }