- B4E3047EE278C2A47973DF102A7A8B59982C23EA5C873A20A3FCE83EA5E146FA73F7A3C8C32B43BB9979397A33984B045C561636473D57C97C3383611FC84C2A
+ 72B2DC097C54AD0E89545676D555C92DA97EE6D86B6A7FD9C2B063AD629B027704F791E0B4168A0D33766F8203B7297F95D274627C89BE974C749143949C86EF
bitcoin/src/serialize.h
(24 . 6)(24 . 9)
80
81 #include <sys/mman.h>
82 #include <limits.h>
83
84 #include "knobs.h"
85
86 /* This comes from limits.h if it's not defined there set a sane default */
87 #ifndef PAGESIZE
88 #include <unistd.h>
(41 . 9)(44 . 7)
90 class CAutoFile;
91 static const unsigned int MAX_SIZE = 0x02000000;
92
93 static const int VERSION = 50400;
94 static const char* pszSubVer = "";
95 static const bool VERSION_IS_BETA = true;
96 extern int VERSION;
97
98 // Used to bypass the rule against non-const reference to temporary
99 // where it makes sense with wrappers such as CFlatData or CTxDB