mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
Make URI structures reference-counted.
This commit is contained in:
@@ -46,9 +46,6 @@ struct uri_opener {
|
||||
* @v xfer Data transfer interface
|
||||
* @v uri URI
|
||||
* @ret rc Return status code
|
||||
*
|
||||
* This method takes ownership of the URI structure, and is
|
||||
* responsible for eventually calling free_uri().
|
||||
*/
|
||||
int ( * open ) ( struct xfer_interface *xfer, struct uri *uri );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user