Fix some bugs; add info for maxadmin.

This commit is contained in:
counterpoint
2015-05-22 11:17:17 +01:00
parent 6f31357372
commit 462bfe677b
3 changed files with 14 additions and 6 deletions

View File

@ -96,7 +96,7 @@ typedef struct server {
long *slaves; /**< Slaves of this node */
bool master_err_is_logged; /*< If node failed, this indicates whether it is logged */
DCB *persistent; /**< List of unused persistent connections to the server */
SPINLOCK *persistlock; /**< Lock for adjusting the persistent connections list */
SPINLOCK persistlock; /**< Lock for adjusting the persistent connections list */
} SERVER;
/**