Function lmdb_master_sys::mdb_reader_list

source ·
pub unsafe extern "C" fn mdb_reader_list(
    env: *mut MDB_env,
    func: MDB_msg_func,
    ctx: *mut c_void,
) -> c_int
Expand description

Dump the entries in the reader lock table.

§Arguments

  • env (direction in) - An environment handle returned by #mdb_env_create()
  • func (direction in) - A #MDB_msg_func function
  • ctx (direction in) - Anything the message function needs

§Returns

< 0 on failure, >= 0 on success.