Added statistics to backend references.

This commit is contained in:
Markus Makela
2015-03-06 17:41:39 +02:00
parent 282f66f9fd
commit 6766c0b883
2 changed files with 18 additions and 59 deletions

View File

@ -196,6 +196,9 @@ typedef struct backend_st {
* load. Expressed in .1%
* increments
*/
struct stats{
int queries;
} stats;
#if defined(SS_DEBUG)
skygw_chk_t be_chk_tail;
#endif