- BC602BFBC512259FBB6C01F2C1633FF142966BF0752612E9A488CEE8A95DA7921B98ABE646E2F7002243F1981939372E0B53948646398E40525ED442C377F449
+ 3B61E200EFE4B17A7F5384E13AB2A1A5E0A74FCE0A097802D5E32BB5D74F88FA6E018F56C36CA9198D726A3A78168F87A6181D498CB7A388BC1F3ADEFA7CD93F
bitcoin/src/serialize.h
(24 . 6)(24 . 9)
68
69 #include <sys/mman.h>
70 #include <limits.h>
71
72 #include "knobs.h"
73
74 /* This comes from limits.h if it's not defined there set a sane default */
75 #ifndef PAGESIZE
76 #include <unistd.h>
(41 . 9)(44 . 7)
78 class CAutoFile;
79 static const unsigned int MAX_SIZE = 0x02000000;
80
81 static const int VERSION = 50400;
82 static const char* pszSubVer = "";
83 static const bool VERSION_IS_BETA = true;
84 static int VERSION = DEFAULT_CLIENT_VERSION;
85
86 // Used to bypass the rule against non-const reference to temporary
87 // where it makes sense with wrappers such as CFlatData or CTxDB