VirtualBox

Changeset 72979 in vbox


Ignore:
Timestamp:
Jul 8, 2018 2:22:30 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123531
Message:

netif.h: Document duplicating of VirtualBox.xidl enums and ask why this is necessary.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r72948 r72979  
    91759175    uuid="1aa54aaf-2497-45a2-bfb1-8eb225e93d5b"
    91769176    >
     9177    <!-- Must match NETIFTYPE in netif.h exactly. -->
    91779178    <desc>
    91789179      Type of encapsulation. Ethernet encapsulation includes both wired and
     
    92079208    uuid="CC474A69-2710-434B-8D99-C38E5D5A6F41"
    92089209    >
     9210    <!-- Must match NETIFSTATUS in netif.h exactly. -->
    92099211    <desc>
    92109212      Current status of the interface.
  • trunk/src/VBox/Main/include/netif.h

    r69500 r72979  
    3939/**
    4040 * Encapsulation type.
     41 * @note Must match HostNetworkInterfaceMediumType_T exactly.
     42 * @todo r=bird: Why are we duplicating HostNetworkInterfaceMediumType_T here?!?
    4143 */
    4244typedef enum NETIFTYPE
     
    5052/**
    5153 * Current state of the interface.
     54 * @note Must match HostNetworkInterfaceStatus_T exactly.
     55 * @todo r=bird: Why are we duplicating HostNetworkInterfaceStatus_T here?!?
    5256 */
    5357typedef enum NETIFSTATUS
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