>
> From: Kannan Varadhan <[email protected]>
> To: [email protected]
> cc: "[email protected]" <[email protected]>
> Subject: Re: Node id
> Date: Mon, 16 Mar 1998 11:00:19 PST
>
> [[$agent set node_] id]
>From c++, probably something like
Tcl& tcl = Tcl::instance();
char *id;
tcl.evalf("[[%s set node_] id]", name());
id = tcl.result();
That's a guess, tho.. (I didn't actually try it).
- K