Add more status information to maxadmin displays

This commit is contained in:
counterpoint
2015-05-26 14:54:32 +01:00
parent 1e700ea85b
commit fccb9df817
2 changed files with 65 additions and 0 deletions

View File

@ -340,6 +340,8 @@ void dcb_call_foreach (struct server* server, DCB_REASON reason);
size_t dcb_get_session_id(DCB* dcb);
bool dcb_get_ses_log_info(DCB* dcb, size_t* sesid, int* enabled_logs);
char *dcb_role_name(DCB *); /* Return the name of a role */
/**