Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored and AskAlexSharov committed Sep 28, 2023
1 parent 5ea557e commit f4e5e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mdbx/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,3 +690,7 @@ func (txn *Txn) ListDBI() (res []string, err error) {
}
return res, nil
}

func (txn *Txn) CHandle() unsafe.Pointer {
return unsafe.Pointer(txn._txn)
}

0 comments on commit f4e5e08

Please sign in to comment.