[common] added new ringbuffer helper for metrics collection

This commit is contained in:
Geoffrey McRae
2021-07-09 01:53:06 +10:00
parent bcffd70270
commit 94ae9a95d7
3 changed files with 118 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ set(COMMON_SOURCES
src/KVMFR.c
src/countedbuffer.c
src/runningavg.c
src/ringbuffer.c
)
add_library(lg_common STATIC ${COMMON_SOURCES})