VirtualBox

Changeset 91417 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 28, 2021 6:54:46 AM (3 years ago)
Author:
vboxsync
Message:

Devices: bugref:9932 Linux build fixes for r147096

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvVMNet.m

    r91416 r91417  
    4444#import <vmnet/vmnet.h>
    4545
    46 #define VMNET_MAX_HOST_INTERFACE_NAME_LENGTH 16 /* TODO: Are you sure? */
    47 #define VMNET_MAX_IP_ADDRESS_STRING_LENGTH 48
     46#define VMNET_MAX_HOST_INTERFACE_NAME_LENGTH 16
     47#define VMNET_MAX_IP_ADDRESS_STRING_LENGTH   48
    4848
    4949/* Force release logging for debug builds */
     
    8080    /** For when we're the leaf driver. */
    8181    RTCRITSECT              XmitLock;
    82     /** TODO */
     82    /** VMNET interface queue handle. */
    8383    dispatch_queue_t        InterfaceQueue;
    84     /** TODO */
     84    /** VMNET interface handle. */
    8585    interface_ref           Interface;
    86     /** TODO */
     86    /** The unique id for this network. */
    8787    uuid_t                  uuid;
    8888    /** The operation mode: bridged or host. */
  • trunk/src/VBox/Main/src-server/HostOnlyNetworkImpl.cpp

    r91416 r91417  
    219219HRESULT HostOnlyNetwork::setLowerIP(const com::Utf8Str &aLowerIP)
    220220{
    221     /// @TODO: Validation?
    222221    {
    223222        AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
     
    242241HRESULT HostOnlyNetwork::setUpperIP(const com::Utf8Str &aUpperIP)
    243242{
    244     /// @TODO: Validation?
    245243    {
    246244        AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
Note: See TracChangeset for help on using the changeset viewer.

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