X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fcb0b0f21b4416e7cae17a50d9534bb46f81946c..32965191d7fcfb85c4f0da9f118826b70f7d32ba:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index b71ae373c0..f4551c0e48 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2004-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2017. 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. */ @@ -107,10 +106,11 @@ typedef struct MSG_Global { void_f_pvoid_t process_data_cleanup; } s_MSG_Global_t, *MSG_Global_t; +SG_BEGIN_DECL() + XBT_PUBLIC_DATA(MSG_Global_t) msg_global; /*************************************************************/ -SG_BEGIN_DECL() XBT_PRIVATE msg_host_t __MSG_host_create(sg_host_t host); XBT_PRIVATE msg_storage_t __MSG_storage_create(smx_storage_t storage);