implement dummy base

This commit is contained in:
Carlosokumu 2025-04-08 10:33:49 +03:00
parent c8c0daac24
commit d8a852575d
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -90,6 +90,10 @@ func (tdb *ThreadGdbmDb) Prefix() uint8 {
return v
}
func (tdb *ThreadGdbmDb) Base() *db.DbBase {
return tdb.Base()
}
func (tdb *ThreadGdbmDb) SetLock(typ uint8, locked bool) error {
tdb.reserve()
err := tdb.db.SetLock(typ, locked)