mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Added nvo_save()
This commit is contained in:
@@ -33,11 +33,17 @@ struct nvo_block {
|
||||
* The list is terminated by a fragment with a length of zero.
|
||||
*/
|
||||
struct nvo_fragment *fragments;
|
||||
/** Total length of all fragments
|
||||
*
|
||||
* This field is filled in by nvo_register().
|
||||
*/
|
||||
size_t total_len;
|
||||
/** DHCP options block */
|
||||
struct dhcp_option_block *options;
|
||||
};
|
||||
|
||||
extern int nvo_register ( struct nvo_block *nvo );
|
||||
extern int nvo_save ( struct nvo_block *nvo );
|
||||
extern void nvo_unregister ( struct nvo_block *nvo );
|
||||
|
||||
#endif /* _GPXE_NVO_H */
|
||||
|
||||
Reference in New Issue
Block a user