- BC602BFBC512259FBB6C01F2C1633FF142966BF0752612E9A488CEE8A95DA7921B98ABE646E2F7002243F1981939372E0B53948646398E40525ED442C377F449
+ EF93153B01FDF024A0AB2CE0F992EA9AF50D3423BAA147C395BBA4CC90575BDA0D832C0313428BBBC837C99D549C4BA787B94FAD5B871870397A410BA59EA0E9
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