commit | 22001cb206c1320aee27f679a63d2171d35e99c5 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Tue Dec 03 16:48:56 2013 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Thu Dec 05 00:37:02 2013 +0000 |
tree | a972bb914371a68d4925dcc007238dcb836546ba | |
parent | a2638a8edd28e15d90435a0b1aed9b3215666aa4 [diff] |
[settings] Explicitly separate the concept of a completed fetched setting The fetch_setting() family of functions may currently modify the definition of the specified setting (e.g. to add missing type information). Clean up this interface by requiring callers to provide an explicit buffer to contain the completed definition of the fetched setting, if required. Signed-off-by: Michael Brown <mcb30@ipxe.org>