| 803 | } |
| 804 | |
| 805 | static inline struct statsblob * |
| 806 | stats_blob_alloc(uint32_t tpl_id, uint32_t flags) |
| 807 | { |
| 808 | |
| 809 | return ((struct statsblob *)stats_v1_blob_alloc(tpl_id, flags)); |
| 810 | } |
| 811 | |
| 812 | static inline int |
| 813 | stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src, |
no test coverage detected