Make URI structures reference-counted.

This commit is contained in:
Michael Brown
2007-05-28 17:35:15 +00:00
parent bc694ec768
commit 656485c1f1
5 changed files with 28 additions and 15 deletions

View File

@@ -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 );
};