Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny partial reindent
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 14:37:23 +0000 (15:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 15:08:45 +0000 (16:08 +0100)
src/surf/surf_private.h

index 6bd87e0..58340ea 100644 (file)
@@ -141,15 +141,14 @@ typedef struct s_routing_component {
   char *name;
   struct s_routing_component *routing_father;
   xbt_dict_t routing_sons;
   char *name;
   struct s_routing_component *routing_father;
   xbt_dict_t routing_sons;
-   route_extended_t(*get_route) (routing_component_t rc, const char *src,
-                                 const char *dst);
-   double(*get_latency) (routing_component_t rc, const char *src,
-                                 const char *dst, route_extended_t e_route);
-   xbt_dynar_t(*get_onelink_routes) (routing_component_t rc);
-   e_surf_network_element_type_t(*get_network_element_type) (const char
-                                                             *name);
-   route_extended_t(*get_bypass_route) (routing_component_t rc,
-                                        const char *src, const char *dst);
+  route_extended_t(*get_route) (routing_component_t rc, const char *src,
+                                const char *dst);
+  double(*get_latency) (routing_component_t rc, const char *src,
+                        const char *dst, route_extended_t e_route);
+  xbt_dynar_t(*get_onelink_routes) (routing_component_t rc);
+  e_surf_network_element_type_t(*get_network_element_type) (const char *name);
+  route_extended_t(*get_bypass_route) (routing_component_t rc,
+                                       const char *src, const char *dst);
   void (*finalize) (routing_component_t rc);
   /* The parser calls the following functions to inform the routing models
    * that a new element is added to the AS currently built.
   void (*finalize) (routing_component_t rc);
   /* The parser calls the following functions to inform the routing models
    * that a new element is added to the AS currently built.