VirtualBox

Ignore:
Timestamp:
Aug 8, 2014 12:56:29 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95447
Message:

6219: Available storage free space check has been added. The capture will stop once free space has become less than 1 MB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/EbmlWriter.h

    r52316 r52325  
    264264
    265265        static const size_t ebmlValue = 8 -
    266                           ! (arg & (UINT64_MAX << 49)) - ! (arg & (UINT64_MAX << 42)) -
    267                           ! (arg & (UINT64_MAX << 35)) - ! (arg & (UINT64_MAX << 28)) -
    268                           ! (arg & (UINT64_MAX << 21)) - ! (arg & (UINT64_MAX << 14)) -
    269                           ! (arg & (UINT64_MAX << 7));
     266                   ! (arg & (UINT64_MAX << 49)) - ! (arg & (UINT64_MAX << 42)) -
     267                   ! (arg & (UINT64_MAX << 35)) - ! (arg & (UINT64_MAX << 28)) -
     268                   ! (arg & (UINT64_MAX << 21)) - ! (arg & (UINT64_MAX << 14)) -
     269                   ! (arg & (UINT64_MAX << 7));
    270270    };
    271271
     
    535535    int writeFooter(uint32_t a_u64Hash);
    536536    uint64_t getFileSize();
     537    uint64_t getAvailableSpace();
    537538
    538539    struct SimpleBlockData
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