mirror of
https://github.com/ipxe/ipxe
synced 2026-02-11 13:49:51 +03:00
Add (and use) generic reference counter, to improve signal:noise ratio
in code defining reference-counted objects.
This commit is contained in:
@@ -230,7 +230,7 @@ struct xfer_interface_operations null_xfer_ops = {
|
||||
struct xfer_interface null_xfer = {
|
||||
.intf = {
|
||||
.dest = &null_xfer.intf,
|
||||
.refcnt = null_refcnt,
|
||||
.refcnt = NULL,
|
||||
},
|
||||
.op = &null_xfer_ops,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user