summaryrefslogtreecommitdiff
path: root/lib/pullwr.h
AgeCommit message (Collapse)Author
2020-04-22lib, zebra: add missing extern "C" {} blocks to new header filesRenato Westphal
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2019-08-30lib: add pull-driven data write handlerDavid Lamparter
This - mostly intended for BMP - implements a pull-driven write buffer filled on demand by a callback with some reasonable buffering logic. I don't expect it to be that useful in other places, but it's not BMP specific so it's properly split off in its own place. Signed-off-by: David Lamparter <equinox@diac24.net>