diff options
author | Michael Brown | 2017-05-16 17:58:01 +0200 |
---|---|---|
committer | Michael Brown | 2017-05-22 14:54:13 +0200 |
commit | ee9897fe641acab11ab99c5635a97fce0cb10a17 (patch) | |
tree | 4d06b2222781f4be1d12717197fc1c5147a181cb /src/include/ipxe | |
parent | [tls] Keep cipherstream window open until TLS negotiation is complete (diff) | |
download | ipxe-ee9897fe641acab11ab99c5635a97fce0cb10a17.tar.gz ipxe-ee9897fe641acab11ab99c5635a97fce0cb10a17.tar.xz ipxe-ee9897fe641acab11ab99c5635a97fce0cb10a17.zip |
[settings] Extend numerical setting tags to 64 bits
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r-- | src/include/ipxe/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/settings.h b/src/include/ipxe/settings.h index 36b4c241..f463e667 100644 --- a/src/include/ipxe/settings.h +++ b/src/include/ipxe/settings.h @@ -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 |