-/* $Id: testlib.c,v 1.44 2007-04-16 21:54:37 adam Exp $
+/* $Id: testlib.c,v 1.45 2007-04-18 11:37:39 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
/*
* tl_start_up : do common start things, and a zebra_start
- * - nmem_init
* - build the name of logfile from argv[0], and open it
* if no argv passed, do not open a log
* - read zebra.cfg from env var srcdir if it exists; otherwise current dir
setrlimit(RLIMIT_CPU, &rlim);
#endif
#endif
- nmem_init();
return tl_zebra_start(cfgname);
}
if (zs)
zebra_stop(zs);
- nmem_exit();
xmalloc_trav("x");
return 1;
}