VirtualBox

Ignore:
Timestamp:
Oct 30, 2008 9:09:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38654
Message:

VBoxNetFlt: Early draft of Linux hostif, nothing is working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r13657 r13690  
    12091209                    strcpy(szDriverGUID , hostIFGuid.toString().raw());
    12101210                    const char *pszTrunk = szDriverGUID;
     1211# elif defined(RT_OS_LINUX)
     1212                    /* @todo Check for malformed names. */
     1213                    const char *pszTrunk = pszHifName;
     1214
    12111215# else
    12121216#  error "PORTME (VBOX_WITH_NETFLT)"
     
    12841288                        rc = CFGMR3InsertBytes(pCfg, "GUID", szDriverGUID, sizeof(szDriverGUID));       RC_CHECK();
    12851289                    }
     1290#elif defined(RT_OS_LINUX)
     1291/// @todo aleksey: is there anything to be done here?
    12861292#else
    12871293# error "Port me"
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