Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update the double extern declaration
[simgrid.git] / src / include / surf / surf.h
index 604db77..cfa5fbe 100644 (file)
@@ -163,7 +163,7 @@ typedef struct surf_timer_resource {
 /** \brief The timer resource
  *  \ingroup SURF_resources
  */
-extern XBT_PUBLIC(surf_timer_resource_t) surf_timer_resource;
+XBT_PUBLIC(surf_timer_resource_t) surf_timer_resource;
 
 /** \brief Initializes the timer resource
  *  \ingroup SURF_resources