mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 23:08:38 +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.
|
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
//
|
//
|
||||||
// Protobuf definitions pertaining to the Forwarding Plane Manager component.
|
// Protobuf definitions pertaining to the Forwarding Plane Manager component.
|
||||||
//
|
//
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
syntax = "proto2";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Protobuf definitions pertaining to the Quagga/FRR Protobuf component.
|
* Protobuf definitions pertaining to the Quagga/FRR Protobuf component.
|
||||||
*/
|
*/
|
||||||
|
@ -42,8 +42,7 @@ static void _qpb_free(void *allocator_data, void *ptr)
|
|||||||
linear_allocator_free(allocator_data, ptr);
|
linear_allocator_free(allocator_data, ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ProtobufCAllocator allocator_template = {_qpb_alloc, _qpb_free, NULL,
|
static ProtobufCAllocator allocator_template = {_qpb_alloc, _qpb_free, NULL};
|
||||||
8192, NULL};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* qpb_allocator_init_linear
|
* qpb_allocator_init_linear
|
||||||
|
Loading…
Reference in New Issue
Block a user