Added zonedb structure and API.
Zone database groups several zones together. Currently uses skip-list to keep the zones in. It is a bit inconvenient when removing zone and destroying the database. Would probably need to use a lock to prevent multiple removals of one zone. refs #5
Please register or sign in to comment