X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f06041cf2c450457a0b47a49b66b19cb9133c18e..0d92229e77a708f92cd8401d0d4497706e9a14b3:/include/simgrid/jedule/jedule_platform.h diff --git a/include/simgrid/jedule/jedule_platform.h b/include/simgrid/jedule/jedule_platform.h index a623892939..f74ddf6f49 100644 --- a/include/simgrid/jedule/jedule_platform.h +++ b/include/simgrid/jedule/jedule_platform.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012, 2014. The SimGrid Team. +/* Copyright (c) 2010-2012, 2014-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,6 +14,8 @@ #ifdef HAVE_JEDULE +SG_BEGIN_DECL() + typedef struct jed_simgrid_container s_jed_simgrid_container_t, *jed_simgrid_container_t; @@ -90,6 +92,8 @@ void jed_simgrid_get_resource_selection_by_hosts(xbt_dynar_t subset_list, */ +SG_END_DECL() + #endif