mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add (and use) generic reference counter, to improve signal:noise ratio
in code defining reference-counted objects.
This commit is contained in:
@@ -71,7 +71,7 @@ struct job_interface_operations null_job_ops = {
|
||||
struct job_interface null_job = {
|
||||
.intf = {
|
||||
.dest = &null_job.intf,
|
||||
.refcnt = null_refcnt,
|
||||
.refcnt = NULL,
|
||||
},
|
||||
.op = &null_job_ops,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user