Hi. I would like to print out a field of a vnode, but the argument to
the function is of type vnode_t **.
If I set "this->vpp" to arg2 in an entry function to zfs_lookup(), I'd
like to retrieve the value of one of the fields of *(this->vpp) in the
return function. Something like the below (but the syntax below is not
right):
printf("zfs_lookup: %d", (*((vnode_t **)this->vpp))->v_count);
Would appreciate any tips on how to do this.
Thanks,
Janice
_______________________________________________
dtrace-discuss mailing list
[email protected]