ck_elide: No need to expose ck_elide_stat.

ck_pring
Samy Al Bahra 12 years ago
parent 906eaf1881
commit cc231e4ab0

@ -64,11 +64,12 @@ struct ck_elide_stat {
unsigned int n_elide; unsigned int n_elide;
unsigned short skip; unsigned short skip;
}; };
typedef struct ck_elide_stat ck_elide_stat_t;
#define CK_ELIDE_STAT_INITIALIZER { 0, 0, 0 } #define CK_ELIDE_STAT_INITIALIZER { 0, 0, 0 }
static inline void static inline void
ck_elide_stat_init(struct ck_elide_stat *st) ck_elide_stat_init(ck_elide_stat_t *st)
{ {
memset(st, 0, sizeof(*st)); memset(st, 0, sizeof(*st));

Loading…
Cancel
Save