Re: [dtrace-discuss] (dtrace error) operator - cannot be applied to a forward declaration ...

2009-06-05 Thread Adam Leventhal
The error I am getting is: operator - cannot be applied to a forward declaration: no struct proc_t definition is available You need to use the same syntax as in C. This means either 'proc_t' or 'struct proc'. Adam -- Adam Leventhal, Fishworks

Re: [dtrace-discuss] (dtrace error) operator - cannot be applied to a forward declaration ...

2009-06-05 Thread Chad Mynhier
On Fri, Jun 5, 2009 at 9:48 AM, Danny Websterdannywebs...@gmail.com wrote: Hi, This may be more suited to a general D mailing list, but - i'm trying to analyse LWP activity on a system, and faltering at the first hurdle. The lwp_create() call is prototyped as: klwp_t * lwp_create(void