< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] stat manager


The method to be used is defined in sipstack.hxx  : volatile bool & statisticsManagerEnabled()

myStack.statisticsManagerEnabled() = runTimeValue;

Regards

Fabrice ROUILLIER


De : resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] De la part de Bruno ANDRIANASOLO
Envoyé : mardi 27 mars 2007 15:10
À : resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
Objet : Re: [reSIProcate] stat manager

 

Hi,

 

From the documentation, it is stated that a new feature of the stack in the last release 1.0.3 of Resiprocate is that the

StatisticsManager can now be disabled at runtime.

The only change I?ve seen, comparing to the previous version, is that the private variable mStatisticsManagerEnabled

is set to false by default. There is no public function that enables this variable to true.

How can an application acces to this variable?

 

Thanks for your help.