Re: [tor-dev] New control function

2013-05-28 Thread grarpamp
>> Is there a suggested entry to the control command parser for new >> commands? Or a dummy template that one should follow? > > Not AFAIK Ok, when I get to the control part I'll clone the interface of some similar command action. > patch to control-spec.txt should look like before you get too fa

Re: [tor-dev] New control function

2013-05-28 Thread Nick Mathewson
On Tue, May 28, 2013 at 11:13 AM, grarpamp wrote: > I'm implementing a new control command to print some info > requested from the network and/or internal state, similar to getinfo. > Found the function that it will call and am making those changes. > Is there a suggested entry to the control comm

[tor-dev] New control function

2013-05-28 Thread grarpamp
I'm implementing a new control command to print some info requested from the network and/or internal state, similar to getinfo. Found the function that it will call and am making those changes. Is there a suggested entry to the control command parser for new commands? Or a dummy template that one s