Crate pmemlog_sys

Source
Expand description

§FFI bindings to libpmemlog

The libpmemlog library provides a pmem-resident log file. This is useful for programs like databases that append frequently to a log file.

This is not an official port of the NVM Library.

The official libpmemlog documentation can be found at: http://pmem.io/nvml/libpmemlog/

Enums§

PMEMlogpool

Functions§

pmemlog_append
pmemlog_appendv
pmemlog_close
pmemlog_create
pmemlog_nbyte
pmemlog_open
pmemlog_rewind
pmemlog_tell
pmemlog_walk