X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=isisd%2Fisis_pdu.h;h=1e70a42f132121e0a9baa66ea1a20fb49a64379e;hb=161fa356fbff795fe5945f353af486cf0a628428;hp=0fa3b2c7ab06a40a83faaaa76aa5551746739dca;hpb=ac92680d8ddba0ab3ddf3099b22b75cc81e50ffa;p=mirror_frr.git diff --git a/isisd/isis_pdu.h b/isisd/isis_pdu.h index 0fa3b2c7a..1e70a42f1 100644 --- a/isisd/isis_pdu.h +++ b/isisd/isis_pdu.h @@ -214,7 +214,8 @@ int send_l1_csnp(struct thread *thread); int send_l2_csnp(struct thread *thread); int send_l1_psnp(struct thread *thread); int send_l2_psnp(struct thread *thread); -void send_lsp(void *arg, struct isis_lsp *lsp, enum isis_tx_type tx_type); +void send_lsp(struct isis_circuit *circuit, + struct isis_lsp *lsp, enum isis_tx_type tx_type); void fill_fixed_hdr(uint8_t pdu_type, struct stream *stream); int send_hello(struct isis_circuit *circuit, int level); int isis_handle_pdu(struct isis_circuit *circuit, uint8_t *ssnpa);