/* -*-c-*-
*
- * $Id: admin.c,v 1.1 2001/02/03 20:26:37 mdw Exp $
+ * $Id: admin.c,v 1.2 2001/02/03 22:40:29 mdw Exp $
*
* Admin interface for configuration
*
/*----- Revision history --------------------------------------------------*
*
* $Log: admin.c,v $
+ * Revision 1.2 2001/02/03 22:40:29 mdw
+ * Put timer information into the entropy pool when packets are received
+ * and on similar events. Reseed the generator on the interval timer.
+ *
* Revision 1.1 2001/02/03 20:26:37 mdw
* Initial checkin.
*
{
admin *a = v;
T( trace(T_ADMIN, "admin: %u resolved", a->seq); )
+ TIMER;
sel_rmtimer(&a->t);
if (!h)
a_write(a, "ERR couldn't resolve hostname `%s'\n", a->paddr);
char *av[4];
size_t ac;
+ TIMER;
if (!p) {
a_destroy(a);
return;