Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added a declaration for the GTNetS model.
authorkayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 May 2007 18:17:06 +0000 (18:17 +0000)
committerkayof <kayof@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 May 2007 18:17:06 +0000 (18:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3532 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/include/surf/surf.h

index dd73241..3745085 100644 (file)
@@ -350,6 +350,10 @@ XBT_PUBLIC(void) surf_workstation_resource_init_KCCFLN05(const char *filename);
 
 XBT_PUBLIC(void) surf_workstation_resource_init_KCCFLN05_proportionnal(const char *filename);
 
+#ifdef USE_GTNETS
+/* For GTNetS*/
+XBT_PUBLIC(void) surf_workstation_resource_init_GTNETS(const char *filename);
+#endif
 
 /** \brief The network links
  *  \ingroup SURF_resources