Exemplo n.º 1
0
void newpf( char *pfile)
 {
 
     elog_complain( 0, "Re-reading parameter file to get new settings..." );
     initpf( pffile ); 
     Packets == NULL; init_packets();
     StaID == NULL; init_StaID();
     StaCh == NULL; init_StaCh();
     
     elog_complain( 0, "Done.\n");
   return;
 }
Exemplo n.º 2
0
void
initialize(void)
{
	engine_initialize();

	initvmstat();
	initpigs();
	initifstat();
	initiostat();
	initsensors();
	initmembufs();
	initnetstat();
	initswap();
	initpftop();
	initpf();
	initpool();
	initmalloc();
	initnfs();
}