diff options
| author | Robert Mustacchi <rm@joyent.com> | 2019-01-29 04:36:27 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-02-06 16:03:48 +0000 |
| commit | 2bd653815361427c17538380a0ae62a9a27120ff (patch) | |
| tree | 9de0da0f1bc6217ef3602246c684231eae36c464 /usr/src/common/ctf/ctf_impl.h | |
| parent | 908c640f41dd286bcc16fcf143d12430fb69895f (diff) | |
| download | illumos-joyent-2bd653815361427c17538380a0ae62a9a27120ff.tar.gz | |
OS-7549 Sync CTF review changes back
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: John Levon <john.levon@joyent.com>
Diffstat (limited to 'usr/src/common/ctf/ctf_impl.h')
| -rw-r--r-- | usr/src/common/ctf/ctf_impl.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |
