summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-06-24 23:12:10 +0300
committerGitHub <noreply@github.com>2023-06-24 23:12:10 +0300
commit0ea4297e3c3e55d3894820f9359215b6957fa213 (patch)
tree09e144e41a91133d80ceb6e6bb8b7a64230d6353 /lib/vty.h
parent9dd8d15047fa008c3c734e16cd90ce273b4c086f (diff)
parente11168b654d3741fa10a9d4d8feb5883582194b0 (diff)
Merge pull request #13843 from FRRouting/mergify/bp/dev/9.0/pr-13768
mgmtd: improvements in logging and commentary (backport #13768)
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 3ad5c16365..3b651d20a2 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -228,7 +228,7 @@ struct vty {
/* set when we have sent mgmtd a *REQ command in response to some vty
* CLI command and we are waiting on the reply so we can respond to the
* vty user. */
- bool mgmt_req_pending;
+ const char *mgmt_req_pending_cmd;
bool mgmt_locked_candidate_ds;
};