implement dummy base
This commit is contained in:
parent
c8c0daac24
commit
d8a852575d
@ -90,6 +90,10 @@ func (tdb *ThreadGdbmDb) Prefix() uint8 {
|
|||||||
return v
|
return v
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (tdb *ThreadGdbmDb) Base() *db.DbBase {
|
||||||
|
return tdb.Base()
|
||||||
|
}
|
||||||
|
|
||||||
func (tdb *ThreadGdbmDb) SetLock(typ uint8, locked bool) error {
|
func (tdb *ThreadGdbmDb) SetLock(typ uint8, locked bool) error {
|
||||||
tdb.reserve()
|
tdb.reserve()
|
||||||
err := tdb.db.SetLock(typ, locked)
|
err := tdb.db.SetLock(typ, locked)
|
||||||
|
Loading…
Reference in New Issue
Block a user