VirtualBox

Changeset 54584 in vbox for trunk/include


Ignore:
Timestamp:
Mar 2, 2015 4:45:57 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98723
Message:

DHCPServer: Define DHCP option encodings as an enum. The enum is not
currently used in the API itself as we only smugle hex-encoded options
through existing API to remain backward compatible, but it provides
authoritative C definitions that we can now use on both sides of the API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r54540 r54584  
    315315{
    316316    enum Encoding {
    317         LEGACY,
    318         HEX
     317        LEGACY = DhcpOptEncoding_Legacy,
     318        HEX = DhcpOptEncoding_Hex
    319319    };
    320320
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette