From 6e2a33a84391e6e49ab5da76293ebb90e2efca7a Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Mon, 20 Apr 2020 16:59:38 -0400 Subject: zebra: add zserv_send_batch api Add a zserv api to send a batch (a fifo) of messages to a zapi client. Signed-off-by: Mark Stapp --- zebra/zserv.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'zebra/zserv.h') diff --git a/zebra/zserv.h b/zebra/zserv.h index b943c246c..f2a452381 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -281,6 +281,17 @@ extern void zserv_start(char *path); */ extern int zserv_send_message(struct zserv *client, struct stream *msg); +/* + * Send a batch of messages to a connected Zebra API client. + * + * client + * the client to send to + * + * fifo + * the list of messages to send + */ +extern int zserv_send_batch(struct zserv *client, struct stream_fifo *fifo); + /* * Retrieve a client by its protocol and instance number. * -- cgit v1.2.3