| 819 | } |
| 820 | |
| 821 | static inline void |
| 822 | stats_blob_destroy(struct statsblob *sb) |
| 823 | { |
| 824 | |
| 825 | stats_v1_blob_destroy((struct statsblobv1 *)sb); |
| 826 | } |
| 827 | |
| 828 | static inline int |
| 829 | stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx) |
no test coverage detected