mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[settings] Extend numerical setting tags to 64 bits
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -40,7 +40,7 @@ struct setting {
|
||||
* (such as a DHCP option number, or an SMBIOS structure and
|
||||
* field number).
|
||||
*/
|
||||
unsigned long tag;
|
||||
uint64_t tag;
|
||||
/** Setting scope (or NULL)
|
||||
*
|
||||
* For historic reasons, a NULL scope with a non-zero tag
|
||||
|
||||
Reference in New Issue
Block a user