add bo_cnt for debug
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index d74f2f4..3a54cb0 100644 (file)
@@ -209,6 +209,8 @@ struct _tbm_bufmgr {
 
        int lock_type;                          /* lock_type of bufmgr */
 
+       unsigned int bo_cnt;        /* number of bos */
+
        struct list_head bo_list;       /* list of bos belonging to bufmgr */
 
        struct list_head surf_list;     /* list of surfaces belonging to bufmgr */