diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-08-01 12:40:42 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-08-01 12:40:42 -0700 |
commit | 47f3e8c74d390139967cc40e37cf5b433f0b0f9f (patch) | |
tree | f43c285be47ec5bc66a25a7fa1c072d2cd32dc97 /src/leveldb/port/port_posix.h | |
parent | f66c59650527022b4f7abd98ff0a1a4e4741bd34 (diff) | |
parent | b13a68e129f51b664e33b1894e33ebb7b94cdcc7 (diff) |
Update LevelDB with latest Bitcoin-specific patches
Diffstat (limited to 'src/leveldb/port/port_posix.h')
-rw-r--r-- | src/leveldb/port/port_posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leveldb/port/port_posix.h b/src/leveldb/port/port_posix.h index 7e8213b22e..d85fa5d63f 100644 --- a/src/leveldb/port/port_posix.h +++ b/src/leveldb/port/port_posix.h @@ -152,6 +152,7 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) { return false; } +bool HasAcceleratedCRC32C(); uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size); } // namespace port |