< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
SipStack::statisticsManagerEnabled() returns a
non-const reference to that variable. Also see: /// Sets the interval that determines the time
between Statistics messages void setStatisticsInterval(unsigned long seconds); void setExternalStatsHandler(ExternalStatsHandler
*handler) -justin From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Bruno ANDRIANASOLO 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. |