diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-05-13 20:08:18 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-05-13 22:08:13 +0200 |
commit | e0dd92729e68e0005866a890d8209ddcf3568805 (patch) | |
tree | 40e05cc1ee7745174a1ea43f8a0b5ecd8ed972de /.gitignore | |
parent | 625e870b4fb7ff4caf4d8a4614e9bda7c174b291 (diff) |
shared: add ring buffer
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 03f1b7235d..83fbe7479c 100644 --- a/.gitignore +++ b/.gitignore @@ -180,6 +180,7 @@ /test-path-util /test-prioq /test-replace-var +/test-ring /test-rtnl /test-sched-prio /test-sleep |