From e0dd92729e68e0005866a890d8209ddcf3568805 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 13 May 2014 20:08:18 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf