Page MenuHomeFreeBSD

Add function to force an nvlist into the error state
ClosedPublic

Authored by rstone on Feb 17 2015, 5:44 PM.
Tags
None
Referenced Files
F82007467: D1878.id.diff
Wed, Apr 24, 11:10 AM
Unknown Object (File)
Tue, Apr 16, 3:45 PM
Unknown Object (File)
Jan 16 2024, 10:53 PM
Unknown Object (File)
Jan 9 2024, 2:55 AM
Unknown Object (File)
Jan 4 2024, 12:40 PM
Unknown Object (File)
Dec 20 2023, 12:34 AM
Unknown Object (File)
Nov 18 2023, 10:31 AM
Unknown Object (File)
Nov 18 2023, 10:19 AM

Details

Summary

Add an nvlist_set_error() function that can be used to force an
nvlist into the error state. This is useful both for writing
tests and for writing APIs that use nvlists internally.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Add function to force an nvlist into the error state.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added subscribers: pjd, Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 10:25 PM

Other that the minor nit above, it looks good.

lib/libnv/nvlist.c
144

I'd assert that error is != 0.