~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to src/chassis-stats.h

  • Committer: Kay Roepke
  • Date: 2008-12-08 11:32:24 UTC
  • Revision ID: kay@mysql.com-20081208113224-qc1wtrpc3dl8fgzo
added global chassis stats 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        volatile gint lua_mem_bytes_max;
31
31
} chassis_stats_t;
32
32
 
33
 
extern chassis_stats_t *chassis_global_stats;
 
33
CHASSIS_API chassis_stats_t *chassis_global_stats;
34
34
 
35
35
CHASSIS_API chassis_stats_t * chassis_stats_new(void);
36
36
CHASSIS_API void chassis_stats_free(chassis_stats_t *stats);