X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7aa6599c849a0216316ee7141a3efda3be09879..ce930ad96b622e2b3856b7d9c3d97e60ec2c93a1:/include/simgrid/engine.h diff --git a/include/simgrid/engine.h b/include/simgrid/engine.h index 216127a5c1..e946b5c3c4 100644 --- a/include/simgrid/engine.h +++ b/include/simgrid/engine.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2019. 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. */ @@ -15,8 +15,10 @@ XBT_PUBLIC void simgrid_load_platform(const char* filename); XBT_PUBLIC void simgrid_load_deployment(const char* filename); XBT_PUBLIC void simgrid_run(); XBT_PUBLIC void simgrid_register_function(const char* name, int (*code)(int, char**)); -XBT_PUBLIC void sg_engine_register_default(int (*code)(int, char**)); +XBT_PUBLIC void simgrid_register_default(int (*code)(int, char**)); XBT_PUBLIC double simgrid_get_clock(); + +XBT_PUBLIC void sg_config_continue_after_help(); SG_END_DECL() #endif /* INCLUDE_SIMGRID_ENGINE_H_ */