Commit e5fa12a5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6cd8a87f
...@@ -95,7 +95,6 @@ const ( ...@@ -95,7 +95,6 @@ const (
//INVALID_UUID UUID = 0 //INVALID_UUID UUID = 0
// XXX -> zodb?
INVALID_TID zodb.Tid = 1<<64 - 1 // 0xffffffffffffffff INVALID_TID zodb.Tid = 1<<64 - 1 // 0xffffffffffffffff
INVALID_OID zodb.Oid = 1<<64 - 1 INVALID_OID zodb.Oid = 1<<64 - 1
) )
...@@ -298,7 +297,7 @@ type Checksum [20]byte ...@@ -298,7 +297,7 @@ type Checksum [20]byte
// Zero value means "invalid id" (<-> None in py.PPTID) // Zero value means "invalid id" (<-> None in py.PPTID)
type PTid uint64 type PTid uint64
// IdTime represents time of identification // IdTime represents time of identification.
type IdTime float64 type IdTime float64
func (t IdTime) neoEncodedLen() int { func (t IdTime) neoEncodedLen() int {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment