Add dcb_hangup_foreach to DCB header.

This commit is contained in:
counterpoint
2015-10-17 20:09:05 +01:00
parent 6040f11070
commit 6e9a2a89eb

View File

@ -339,6 +339,7 @@ int dcb_count_by_usage(DCB_USAGE); /* Return counts of DCBs */
int dcb_persistent_clean_count(DCB *, bool); /* Clean persistent and return count */
void dcb_call_foreach (struct server* server, DCB_REASON reason);
void dcb_hangup_foreach (struct server* server);
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 */