lease_ids


Description:

public HashMap<int,HashMap<int,int>> lease_ids { get; set; }

Instance pointer → lease id.

Outer key is the high 32 bits of the pointer, inner key the low 32 bits, both as int bit patterns (Gee has no uint64 key hash).