Sha256: d6ad0347d0727ba908e2419a3fca073152c939db12f9cd84f65fdda015e4df13
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
#ifndef _LFS_GLOBALS_ #define _LFS_GLOBALS_ #include <stdint.h> #include <stddef.h> typedef uint64_t LSN; #define LFS_INVALID_LSN UINT64_C(0xFFFFFFFFFFFFFFFF) #define LFS_INVALID_FILE UINT64_C(0xFFFFFFFFFFFFFFFF) #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sedna-0.6.0 | vendor/sedna/kernel/common/lfsGlobals.h |