mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
protobuf: fix build
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
0f8b5fd5a0
commit
a805d3bbb1
@ -20,6 +20,8 @@
|
||||
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
//
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
//
|
||||
// Protobuf definitions pertaining to the Forwarding Plane Manager component.
|
||||
//
|
||||
|
@ -20,6 +20,8 @@
|
||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
/*
|
||||
* Protobuf definitions pertaining to the Quagga/FRR Protobuf component.
|
||||
*/
|
||||
@ -87,4 +89,4 @@ enum Protocol {
|
||||
ISIS = 8;
|
||||
BGP = 9;
|
||||
OTHER = 10;
|
||||
}
|
||||
}
|
||||
|
@ -42,8 +42,7 @@ static void _qpb_free(void *allocator_data, void *ptr)
|
||||
linear_allocator_free(allocator_data, ptr);
|
||||
}
|
||||
|
||||
static ProtobufCAllocator allocator_template = {_qpb_alloc, _qpb_free, NULL,
|
||||
8192, NULL};
|
||||
static ProtobufCAllocator allocator_template = {_qpb_alloc, _qpb_free, NULL};
|
||||
|
||||
/*
|
||||
* qpb_allocator_init_linear
|
||||
|
Loading…
Reference in New Issue
Block a user