VirtualBox

Ignore:
Timestamp:
Mar 1, 2010 2:53:27 PM (15 years ago)
Author:
vboxsync
Message:

VBoxHDD: introduce new function pointers to the TCP interface for getting the local and peer address of a socket

File:
1 edited

Legend:

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

    r26809 r26916  
    840840    m->vdIfCallsTcpNet.pfnWrite = RTTcpWrite;
    841841    m->vdIfCallsTcpNet.pfnFlush = RTTcpFlush;
     842    m->vdIfCallsTcpNet.pfnGetLocalAddress = RTTcpGetLocalAddress;
     843    m->vdIfCallsTcpNet.pfnGetPeerAddress = RTTcpGetPeerAddress;
    842844
    843845    /* Initialize the per-disk interface chain */
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