diff options
| author | Michael Brown | 2007-05-28 19:35:15 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-05-28 19:35:15 +0200 |
| commit | 656485c1f1487775ccb0c223c4f5809f8daa7fcc (patch) | |
| tree | 045b8b6e395af9b8906ce30ed6c707f0d2310db1 /src/include/gpxe/open.h | |
| parent | Move increment/decrement debug messages to DBG2 level (diff) | |
| download | ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.tar.gz ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.tar.xz ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.zip | |
Make URI structures reference-counted.
Diffstat (limited to 'src/include/gpxe/open.h')
| -rw-r--r-- | src/include/gpxe/open.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gpxe/open.h b/src/include/gpxe/open.h index b16bbe88a..5e368486b 100644 --- a/src/include/gpxe/open.h +++ b/src/include/gpxe/open.h @@ -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 ); }; |
