VirtualBox

Ignore:
Timestamp:
Jul 9, 2008 9:57:49 PM (17 years ago)
Author:
vboxsync
Message:

Modified the INTNETR0Open interface and PDM driver configuration to take a trunk connection type and name. Also, changed the fRestrictAccess into a generic flag argument (CFGM value unchanged).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp

    r8155 r10451  
    394394     */
    395395    INTNETIFHANDLE hIf0 = INTNET_HANDLE_INVALID;
    396     rc = INTNETR0Open(pIntNet, g_pSession, "test", 1536*2 + 4, 0x8000, true, &hIf0);
     396    rc = INTNETR0Open(pIntNet, g_pSession, "test", kIntNetTrunkType_None, "", 0, 1536*2 + 4, 0x8000, &hIf0);
    397397    if (VBOX_SUCCESS(rc))
    398398    {
     
    400400        {
    401401            INTNETIFHANDLE hIf1 = INTNET_HANDLE_INVALID;
    402             rc = INTNETR0Open(pIntNet, g_pSession, "test", 1536*2 + 4, 0x8000, true, &hIf1);
     402            rc = INTNETR0Open(pIntNet, g_pSession, "test", kIntNetTrunkType_None, NULL, 0, 1536*2 + 4, 0x8000, &hIf1);
    403403            if (VBOX_SUCCESS(rc))
    404404            {
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