sdt.h: no need for argtype_list_head

MFC after:	12 days
This commit is contained in:
avg 2015-09-29 12:14:59 +00:00
parent 7524c2cfda
commit b069659ddf

View File

@ -398,7 +398,7 @@ struct sdt_probe {
struct sdt_provider *prov; /* Ptr to the provider structure. */
TAILQ_ENTRY(sdt_probe)
probe_entry; /* SDT probe list entry. */
TAILQ_HEAD(argtype_list_head, sdt_argtype) argtype_list;
TAILQ_HEAD(, sdt_argtype) argtype_list;
const char *mod;
const char *func;
const char *name;