diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-03-26 21:32:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 21:32:37 +0100 |
commit | 4e9d40b8a1a1fc97ef395eb8639360d1ee571d94 (patch) | |
tree | fdf22b353348afd1052ba39bb150c4cbb5bb08a8 /zebra/zserv.h | |
parent | Merge pull request #6091 from volta-networks/fix_isis_show_hello (diff) | |
parent | zebra: Synchronous client queues accumulate messages from zebra. (diff) | |
download | frr-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.h | 3 |
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; |