From 9ea244a2a7a52495bf033dd9f1cca7c865baf200 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Tue, 21 Apr 2015 14:30:36 +0200 Subject: Updated README to mention KiroSb as well --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cb06a9..7704385 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ KIRO is the KITs InfiniBand remote communication library. It provides a simple server and client class that can be used to pass arbitrary information from the server to the client using _native_ InfiniBand communication. -It also provides a network transmittable ring-buffer (TRB) which can be used as -a transmission container for same-sized objects. +It also provides a network transmittable ring-buffer (KIRO-TRB) which can be used as +a transmission container for same-sized objects and a (uni directional) self-synchronizing buffer (KIRO-SB) which can be used to automatically keep a local object in sync with a shared remote object. The library is optimized for speed and ease of use. @@ -22,7 +22,7 @@ Usage Example KIRO server usage -``` +```C #include ... @@ -45,7 +45,7 @@ kiro_server_free (server); ``` Example KIRO client usage -``` +```C #include ... -- cgit v1.2.1