VirtualBox

Changeset 48047 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 26, 2013 2:29:57 AM (11 years ago)
Author:
vboxsync
Message:

G/c leftover timer bits killed in r87475

File:
1 edited

Legend:

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

    r47886 r48047  
    5555{
    5656    int iLWIPInitiatorCounter;
    57     PRTTIMER LwipArpTimer;
    58     PRTTIMER LwipTcpFastTimer;
    59     PRTTIMER LwipTcpSlowTimer;
    6057    /* semaphore to coordinate 'tcpip' thread initialization */
    6158    sys_sem_t LwipTcpIpSem;
     
    7067
    7168
    72 /* Lwip Core Timer functions */
    73 void tmrLwipCoreArp(PRTTIMER pTimer, void *pvUser, uint64_t iTick)
    74 {
    75     lwip_etharp_tmr();
    76 }
    77 
    78 
    79 void tmrLwipCoreTcpFast(PRTTIMER pTimer, void *pvUser, uint64_t iTick)
    80 {
    81     lwip_tcp_fasttmr();
    82 }
    83 
    84 
    85 void tmrLwipCoreTcpSlow(PRTTIMER pTimer, void *pvUser, uint64_t iTick)
    86 {
    87     lwip_tcp_slowtmr();
    88 }
    89 
    9069/**
    9170 * @note: this function executed on TCPIP thread.
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