From 2a39170c6bd4dddf803a8c4c241e8ab072d78cca Mon Sep 17 00:00:00 2001 From: Olivier Dugeon Date: Fri, 21 Jul 2017 16:34:33 +0200 Subject: Correct indentation and remove _opcode_t typedef * Correct struct tlh_header indentation in opaque.h * Change typedef enum _opcode_t by enum lsa_opcode * Propagate change in ospf_te.[c,h) and ospf_ri.c Signed-off-by: Olivier Dugeon --- ospfd/ospf_te.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_te.h') diff --git a/ospfd/ospf_te.h b/ospfd/ospf_te.h index 233350f83..e3a6114b4 100644 --- a/ospfd/ospf_te.h +++ b/ospfd/ospf_te.h @@ -408,7 +408,7 @@ extern int ospf_mpls_te_init(void); extern void ospf_mpls_te_term(void); extern struct ospf_mpls_te *get_ospf_mpls_te(void); extern void ospf_mpls_te_update_if(struct interface *); -extern void ospf_mpls_te_lsa_schedule(struct mpls_te_link *, opcode_t); +extern void ospf_mpls_te_lsa_schedule(struct mpls_te_link *, enum lsa_opcode); extern void set_linkparams_llri(struct mpls_te_link *, u_int32_t, u_int32_t); extern void set_linkparams_lrrid(struct mpls_te_link *, struct in_addr, struct in_addr); -- cgit v1.2.3