This can be useful for headers that wish to use nvlist_t pointers in a
structure or function argument without pulling in all of the headers
from <sys/nv.h>.
Sponsored by: Chelsio Communications
Differential D48229
nv: Add <sys/_nv.h> header for nvlist_t declaration jhb on Sat, Dec 28, 9:15 PM. Authored by Tags None Referenced Files
Subscribers None
Details This can be useful for headers that wish to use nvlist_t pointers in a Sponsored by: Chelsio Communications
Diff Detail
Event Timeline
Comment Actions One thing I did not try to address is the other places that define nvlist_t (notably in libcasper). They do so _after_ including <sys/nv.h> which is kind of confusing to me and I'm not sure why that is so I've left them alone.
|