]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/label_manager.h
*: reindent
[mirror_frr.git] / zebra / label_manager.h
index b7d6118a0e50088b6eb8fb5b10cfefb87829942c..87569836219401794729306cfe2a0990164570be 100644 (file)
@@ -47,8 +47,8 @@ struct label_manager_chunk {
        u_char proto;
        u_short instance;
        u_char keep;
-       uint32_t start;         /* First label of the chunk */
-       uint32_t end;           /* Last label of the chunk */
+       uint32_t start; /* First label of the chunk */
+       uint32_t end;   /* Last label of the chunk */
 };
 
 /*
@@ -61,7 +61,8 @@ struct label_manager {
 
 bool lm_is_external;
 
-int zread_relay_label_manager_request(int cmd, struct zserv *zserv, vrf_id_t vrf_id);
+int zread_relay_label_manager_request(int cmd, struct zserv *zserv,
+                                     vrf_id_t vrf_id);
 void label_manager_init(char *lm_zserv_path);
 struct label_manager_chunk *assign_label_chunk(u_char proto, u_short instance,
                                               u_char keep, uint32_t size);
@@ -70,4 +71,4 @@ int release_label_chunk(u_char proto, u_short instance, uint32_t start,
 int release_daemon_chunks(u_char proto, u_short instance);
 void label_manager_close(void);
 
-#endif                         /* _LABEL_MANAGER_H */
+#endif /* _LABEL_MANAGER_H */