]> git.proxmox.com Git - ceph.git/blob - ceph/src/pmdk/src/include/README
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / src / include / README
1 Persistent Memory Development Kit
2
3 This is src/include/README.
4
5 This directory contains include files that are meant to be installed on
6 a system when the Persistent Memory Development Kit package is installed.
7 These include files provide the public information exported
8 by the libraries that is necessary for applications to call into
9 the libraries. Private include files, used only internally in
10 the libraries, don't live here -- they typically live next to
11 the source for their module.
12
13 Here you'll find:
14
15 libpmem.h -- definitions of libpmem entry points (see libpmem(7))
16
17 libpmem2.h -- definitions of libpmem2 entry points (see libpmem2(7))
18
19 libpmemblk.h -- definitions of libpmemblk entry points (see libpmemblk(7))
20
21 libpmemlog.h -- definitions of libpmemlog entry points (see libpmemlog(7))
22
23 libpmemobj.h -- definitions of libpmemobj entry points (see libpmemobj(7))
24
25 Experimental libraries:
26
27 librpmem.h -- definitions of librpmem entry points (see librpmem(7))