Exemplo n.º 1
0
 void freeSFlowSettings(HSPSFlowSettings *sFlowSettings) {
   if(sFlowSettings) {
     clearApplicationSettings(sFlowSettings);
     clearAgentCIDRs(sFlowSettings);
     clearCollectors(sFlowSettings);
     my_free(sFlowSettings);
   }
 }
Exemplo n.º 2
0
void freeSFlowSettings(HSPSFlowSettings *sFlowSettings) {
	clearCollectors(sFlowSettings);
	my_free(sFlowSettings);
}