VirtualBox

Changeset 32839 in vbox


Ignore:
Timestamp:
Sep 30, 2010 10:17:47 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66300
Message:

NAT: fixed STAM typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/socket.c

    r32745 r32839  
    614614            {
    615615                STAM_COUNTER_INC(&pData->StatIOWrite_rest);
    616                 STAM_COUNTER_ADD(&pData->StatIOWrite_rest_bytes, (ret - iov[1].iov_len));
     616                STAM_COUNTER_ADD(&pData->StatIOWrite_rest_bytes, (iov[1].iov_len - ret));
    617617            }
    618618        });
Note: See TracChangeset for help on using the changeset viewer.

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