mirror of https://github.com/ipxe/ipxe.git
Document memory ownership.
parent
7ca1bb0fbe
commit
764cb41456
|
@ -650,6 +650,11 @@ static struct udp_operations dhcp_udp_operations = {
|
||||||
*
|
*
|
||||||
* @v dhcp DHCP session
|
* @v dhcp DHCP session
|
||||||
* @ret aop Asynchronous operation
|
* @ret aop Asynchronous operation
|
||||||
|
*
|
||||||
|
* If the DHCP operation completes successfully, the
|
||||||
|
* dhcp_session::options field will be filled in with the resulting
|
||||||
|
* options block. The caller takes responsibility for eventually
|
||||||
|
* calling free_dhcp_options().
|
||||||
*/
|
*/
|
||||||
struct async_operation * start_dhcp ( struct dhcp_session *dhcp ) {
|
struct async_operation * start_dhcp ( struct dhcp_session *dhcp ) {
|
||||||
int rc;
|
int rc;
|
||||||
|
|
Loading…
Reference in New Issue