summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/refcnt.h
Commit message (Collapse)AuthorAgeFilesLines
* Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-081-1/+1
|
* Document the fact that a zeroed-out refcounted object will behave inMichael Brown2007-05-011-0/+5
| | | | the most generally useful way.
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-0/+39
in code defining reference-counted objects.