diff options
Diffstat (limited to 'zebra/label_manager.h')
| -rw-r--r-- | zebra/label_manager.h | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/zebra/label_manager.h b/zebra/label_manager.h index b7d6118a0e..8756983621 100644 --- a/zebra/label_manager.h +++ b/zebra/label_manager.h @@ -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 */  | 
