diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-09 09:35:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-09 09:35:49 -0500 |
| commit | 64b81b3a6471cd2f44a9524f0c346efe8e263c0f (patch) | |
| tree | d790041e0628f8d15f3b496feded41ea3caff3d5 /lib/vty.h | |
| parent | f7b0f4ef9e6efaafb77bf60ec897e931d340843b (diff) | |
| parent | fbdc1c0a8484301111582dcbef90b8ec646db6dd (diff) | |
Merge pull request #3442 from opensourcerouting/confirmed-commits
lib: add support for confirmed commits
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,10 @@ struct vty { /* Base candidate configuration. */ struct nb_config *candidate_config_base; + /* Confirmed-commit timeout and rollback configuration. */ + struct thread *t_confirmed_commit_timeout; + struct nb_config *confirmed_commit_rollback; + /* qobj object ID (replacement for "index") */ uint64_t qobj_index; |
