[dhcp-agent-commits] dhcp-agent TODO,1.4,1.5
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-12-29 05:33:03
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv10081 Modified Files: TODO Log Message: updated TODO Index: TODO =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TODO 19 Dec 2002 17:57:16 -0000 1.4 --- TODO 29 Dec 2002 05:33:01 -0000 1.5 *************** *** 107,112 **** through the table can be shortened by direct indexing. - -- delete resolv in dhcp-util.c since we're not using it. - -- purge_list only accepts one destructor. we need a way of destroying a list with differnet data types. --- 107,110 ---- *************** *** 116,117 **** --- 114,117 ---- -- check for race condition -- even if it is tiny -- in client_wait + + -- make a distinction between SELECT and INIT-REBOOT. right now we have a single client_request_ack routine |