chiark / gitweb /
shared: add ring buffer
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 13 May 2014 18:08:18 +0000 (20:08 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 13 May 2014 20:08:13 +0000 (22:08 +0200)
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.


No differences found