]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.h
lib: vty: add infrastructure for qobj ID "index"
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 26 Sep 2016 16:36:49 +0000 (18:36 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Oct 2016 13:09:51 +0000 (09:09 -0400)
commit0878c8d423a7e53ac08a73bb47819dc4c9268a31
treea5632f9745bd601f71b33b040ff4926c0c9efb2b
parent676a4ea3ed8d35c25ddda5339d4f43a5b2bf9298
lib: vty: add infrastructure for qobj ID "index"

As mentioned in previous commits, this prepares to replace the vty's
"void *index" context position with a safe qobj pointer.  This will
allow concurrent configuration editing by multiple users, as soon as no
more code (library included) in the daemon uses vty->index anymore.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/vty.h