chiark / gitweb /
udev: support ENV{}=="" global property matches
[elogind.git] / src / test / test-ring.c
index 880815811cad056dc17e3044f51057a26504fb10..5e4efdbde9a4c53bc3846513fc3fc11391d97c4a 100644 (file)
@@ -31,7 +31,7 @@
 
 static void test_ring(void) {
         static const char buf[8192];
-        struct ring r;
+        Ring r;
         size_t l;
         struct iovec vec[2];
         int s;