http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7ca1bb0
)
Document memory ownership.
author
Michael Brown
<mcb30@etherboot.org>
Thu, 20 Jul 2006 02:23:42 +0000
(
02:23
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 20 Jul 2006 02:23:42 +0000
(
02:23
+0000)
src/net/udp/dhcp.c
patch
|
blob
|
history
diff --git
a/src/net/udp/dhcp.c
b/src/net/udp/dhcp.c
index
3a1951c
..
466259a
100644
(file)
--- a/
src/net/udp/dhcp.c
+++ b/
src/net/udp/dhcp.c
@@
-650,6
+650,11
@@
static struct udp_operations dhcp_udp_operations = {
*
* @v dhcp DHCP session
* @ret aop Asynchronous operation
*
* @v dhcp DHCP session
* @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 ) {
int rc;
*/
struct async_operation * start_dhcp ( struct dhcp_session *dhcp ) {
int rc;