mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-04 03:41:20 +00:00

Simple ring buffer implementation useful for fixed size FIFO queues. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
5 lines
91 B
Python
5 lines
91 B
Python
import frrtest
|
|
|
|
class TestRingbuf(frrtest.TestExitNonzero):
|
|
program = './test_ringbuf'
|