diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-04-15 08:34:03 -0400 | 
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2020-04-16 12:07:54 -0400 | 
| commit | 4cebdb9bb858674980d2a04304c3197afd665f28 (patch) | |
| tree | 45537be5fe9a7d4ccd194d38e4502ea8c0ef6f12 /zebra/zapi_msg.h | |
| parent | 4e0b5b31b795815e853ec665e651743b280dfc9d (diff) | |
zebra,ldpd: use zapi client session id in LM apis
Use the zapi client session id in the label manager apis;
use the client struct directly in some code. Assign a session
id to ldpd's sync LM zapi session.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zapi_msg.h')
| -rw-r--r-- | zebra/zapi_msg.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h index 996a255ff4..a4f5e74e4d 100644 --- a/zebra/zapi_msg.h +++ b/zebra/zapi_msg.h @@ -94,8 +94,7 @@ extern void zserv_nexthop_num_warn(const char *caller, const struct prefix *p,  extern void zsend_capabilities_all_clients(void);  extern int zsend_assign_label_chunk_response(struct zserv *client, -					     vrf_id_t vrf_id, uint8_t proto, -					     uint16_t instance, +					     vrf_id_t vrf_id,  					     struct label_manager_chunk *lmc);  extern int zsend_label_manager_connect_response(struct zserv *client,  						vrf_id_t vrf_id,  | 
