From 3dfdac06b0c70e672dbe56a2f38ec05fc0254d07 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 3 Nov 2020 18:06:23 +0000 Subject: 13278 CTF assertion failed cmp->cm_tmap[id].cmt_map == suid Reviewed by: Robert Mustacchi Approved by: Dan McDonald --- usr/src/common/ctf/ctf_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/common/ctf/ctf_impl.h') diff --git a/usr/src/common/ctf/ctf_impl.h b/usr/src/common/ctf/ctf_impl.h index d4ab96c4de..b208cfb486 100644 --- a/usr/src/common/ctf/ctf_impl.h +++ b/usr/src/common/ctf/ctf_impl.h @@ -273,6 +273,7 @@ extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *, const char *, size_t); extern uint_t ctf_hash_size(const ctf_hash_t *); extern void ctf_hash_destroy(ctf_hash_t *); +extern void ctf_hash_dump(const char *, ctf_hash_t *, ctf_file_t *); #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) -- cgit v1.2.3