Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start refreshing and fixing the GTNetS interface (WIP)
[simgrid.git] / include / simgrid / link.h
index ea0d9fa..3f52777 100644 (file)
@@ -8,12 +8,15 @@
 #ifndef INCLUDE_SIMGRID_LINK_H_
 #define INCLUDE_SIMGRID_LINK_H_
 
+
 #ifdef __cplusplus
 class Link;
 #else
 typedef struct Link Link;
 #endif
 
+
+
 /* C interface */
 SG_BEGIN_DECL()
 XBT_PUBLIC(int) sg_link_is_shared(Link *link);