X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/272ccad1b68b6d9c17069f3c934886925bb15b5d..f2df13795e01302813a6aef10825ec7e922ce530:/include/instr/jedule/jedule_platform.h diff --git a/include/instr/jedule/jedule_platform.h b/include/instr/jedule/jedule_platform.h index 282821eb02..a623892939 100644 --- a/include/instr/jedule/jedule_platform.h +++ b/include/instr/jedule/jedule_platform.h @@ -1,9 +1,8 @@ -/* - * jed_simgrid_platform.h - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2012, 2014. 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 JED_SIMGRID_PLATFORM_H_ #define JED_SIMGRID_PLATFORM_H_ @@ -58,7 +57,8 @@ void jed_free_jedule(jedule_t jedule); void jedule_add_meta_info(jedule_t jedule, char *key, char *value); -void jed_simgrid_create_container(jed_simgrid_container_t *container, char *name); +void jed_simgrid_create_container(jed_simgrid_container_t *container, + const char *name); void jed_simgrid_add_container(jed_simgrid_container_t parent, jed_simgrid_container_t child);