From cd545c7ac0bfd4b5d582744f738612767b3c3b6c Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Sun, 12 Apr 2015 14:09:02 +0200
Subject: [PATCH] Update the declaration with rocksdb.

---
 rocksdb/db.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rocksdb/db.pxd b/rocksdb/db.pxd
index a077dbd..a609d1c 100644
--- a/rocksdb/db.pxd
+++ b/rocksdb/db.pxd
@@ -26,7 +26,7 @@ cdef extern from "rocksdb/db.h" namespace "rocksdb":
     cdef struct LiveFileMetaData:
         string name
         int level
-        size_t size
+        uint64_t size
         string smallestkey
         string largestkey
         SequenceNumber smallest_seqno
-- 
GitLab