]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix gRPC northbound plugin build 5126/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 8 Oct 2019 19:13:50 +0000 (19:13 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 8 Oct 2019 19:13:50 +0000 (19:13 +0000)
commit63d12a7d77c82fe9a88af54eacd6d9211c5f0d8f
tree819abd2c137af55bce9235377cb6c0dae213778c
parent4668ac905cf97e298fbc1b11929c64bc7b5a60af
lib: fix gRPC northbound plugin build

Some issues with our internal vector type being typedef'd as `vector`,
which conflicts with the C++ standard vector class...

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/northbound_grpc.cpp