Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
create the directory before populating it
[simgrid.git] / src / surf / surf_private.h
index 72291ae999877d7d47bfafa414e37a216d91f293..e69d8f4447fc83dd481c3ded1b2103e340e75849 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2014. The SimGrid Team.
+/* Copyright (c) 2004-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -20,7 +20,7 @@
 
 SG_BEGIN_DECL()
 
-extern xbt_dict_t watched_hosts_lib;
+XBT_PUBLIC_DATA(xbt_dict_t) watched_hosts_lib;
 
 extern const char *surf_action_state_names[6];