summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-03-26 21:32:37 +0100
committerGitHub <noreply@github.com>2020-03-26 21:32:37 +0100
commit4e9d40b8a1a1fc97ef395eb8639360d1ee571d94 (patch)
treefdf22b353348afd1052ba39bb150c4cbb5bb08a8 /zebra/zserv.h
parentMerge pull request #6091 from volta-networks/fix_isis_show_hello (diff)
parentzebra: Synchronous client queues accumulate messages from zebra. (diff)
downloadfrr-4e9d40b8a1a1fc97ef395eb8639360d1ee571d94.tar.xz
frr-4e9d40b8a1a1fc97ef395eb8639360d1ee571d94.zip
Merge pull request #5925 from volta-networks/synchronous_client
zebra: synchronous client queues accumulate messages from zebra
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 6ab7fbd91..08df664d5 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -131,6 +131,9 @@ struct zserv {
bool notify_owner;
+ /* Indicates if client is synchronous. */
+ bool synchronous;
+
/* client's protocol */
uint8_t proto;
uint16_t instance;