From 2bd653815361427c17538380a0ae62a9a27120ff Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Tue, 29 Jan 2019 04:36:27 +0000 Subject: OS-7549 Sync CTF review changes back Reviewed by: John Levon Reviewed by: Jerry Jelinek Approved by: John Levon --- usr/src/common/ctf/ctf_impl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 04b12418ae..93a85a8b4f 100644 --- a/usr/src/common/ctf/ctf_impl.h +++ b/usr/src/common/ctf/ctf_impl.h @@ -167,11 +167,11 @@ typedef struct ctf_dtdef { } ctf_dtdef_t; typedef struct ctf_dsdef { - ctf_list_t dts_list; /* list forward/back pointers */ - ulong_t dts_symidx; /* symbol id */ - ctf_id_t dts_tid; /* type for obj, 0 if function */ - uint_t dts_nargs; - ctf_id_t *dts_argc; /* function argv */ + ctf_list_t dsd_list; /* list forward/back pointers */ + ulong_t dsd_symidx; /* symbol id */ + ctf_id_t dsd_tid; /* type for obj, 0 if function */ + uint_t dsd_nargs; + ctf_id_t *dsd_argc; /* function argv */ } ctf_dsdef_t; typedef struct ctf_dldef { -- cgit v1.2.3