summaryrefslogtreecommitdiff
path: root/src/shared/ring.h
AgeCommit message (Collapse)Author
2014-05-13shared: add ring bufferDavid Herrmann
New "struct ring" object that implements a basic ring buffer for arbitrary byte-streams. A new basic runtime test is also added. This will be needed for our pty helpers for systemd-console and friends.