[sr-dev] flavours differences

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Sep 30 20:32:30 CEST 2010


On Sep 30, 2010 at 20:07, Daniel-Constantin Mierla <miconda at gmail.com> wrote:
>  I was checking what are current differences between the two major
> flavours: ser and kamailio.
> 
> Apart of the name and default config file, kamailio flavour enables
> at compile time KMSTATS, FMSTATS and WITHAS, precisely these are:
> 
> ifeq ($(KMSTATS), 1)
>     C_DEFS+= -DUSE_CORE_STATS -DSTATISTICS
> endif
> ifeq ($(FMSTATS), 1)
>     C_DEFS+= -DMALLOC_STATS
> endif
> ifeq ($(WITHAS), 1)
>     C_DEFS+= -DWITH_AS_SUPPORT
> endif
> 
> I am thinking that maybe we can make them (all or some) enabled by
> default now that Andrei added the new statistics API.

Yes, but they are not yet used everywhere.



More information about the sr-dev mailing list