[dhcp-agent-commits] dhcp-agent/src dhcp-server-guile.c,1.3,1.4
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-08-06 04:29:18
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv4882 Modified Files: dhcp-server-guile.c Log Message: fixed type in server-guile Index: dhcp-server-guile.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-server-guile.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-server-guile.c 5 Aug 2003 04:59:32 -0000 1.3 --- dhcp-server-guile.c 6 Aug 2003 04:29:16 -0000 1.4 *************** *** 23,27 **** * Glue between dhcp-server and guile. * - * */ --- 23,26 ---- *************** *** 44,47 **** --- 43,47 ---- * * * * * * * * * * * * * * * * * * * */ + /* make a lease data list to pass to the user: fixme, make it a record. */ static SCM make_lease_data_list(const char *hostname, eth_addr_t mac_addr, ip_addr_t giaddr, dhcp_opt_t *client_id) { *************** *** 178,182 **** } ! /* initialization routines for server control SMOB. */ static void init_lease_smob(void) { --- 178,182 ---- } ! /* initialization routines for lease SMOB. */ static void init_lease_smob(void) { |