nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#------------------------------------------------------------------------------
# $File: pmdk,v 1.2 2017/12/11 20:00:00
# pmdk: file(1) magic for Persistent Memory Development Kit pool files
#
# The PMDK specific format of pool files.
#
# PMEM signature
0	string			PMEM
>4	string			POOLSET		Persistent Memory Poolset file
>>11	search			REPLICA		with replica
# Pool type signature
>4	regex			LOG|BLK|OBJ|CTO	Persistent Memory Pool file, type: %s,
# Major version number
>>8	lelong			>0		version 0x%x