Updated schemarouter duplicate DB code based on code review.

This commit is contained in:
Markus Makela
2015-10-02 08:10:31 +03:00
parent af2bc91383
commit a576606f2b
2 changed files with 63 additions and 46 deletions

View File

@ -46,6 +46,13 @@ typedef enum init_mask
INIT_FAILED = 0x08
} init_mask_t;
typedef enum showdb_response
{
SHOWDB_FULL_RESPONSE,
SHOWDB_PARTIAL_RESPONSE,
SHOWDB_DUPLICATE_DATABASES,
SHOWDB_FATAL_ERROR
} showdb_response_t;
/**
* The state of the backend server reference
*/