Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use C++ constants when possible
[simgrid.git] / src / surf / xml / platf_private.hpp
index f57f02c..c571dcc 100644 (file)
@@ -100,7 +100,7 @@ typedef struct s_sg_platf_peer_cbarg {
 
 typedef struct s_sg_platf_route_cbarg *sg_platf_route_cbarg_t;
 typedef struct s_sg_platf_route_cbarg {
 
 typedef struct s_sg_platf_route_cbarg *sg_platf_route_cbarg_t;
 typedef struct s_sg_platf_route_cbarg {
-  int symmetrical;
+  bool symmetrical;
   const char *src;
   const char *dst;
   sg_netcard_t gw_src;
   const char *src;
   const char *dst;
   sg_netcard_t gw_src;