Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 204 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 204 Bytes

shmlog

A Shared Memory lock-free ring buffer Log module implemented in Pure C Language

Install

$ git clone https://github.com/dengjfzh/shmlog.git
$ cd shmlog
$ make
$ make test

Usage

...