VirtualBox

Changeset 5189 in vbox for trunk/include


Ignore:
Timestamp:
Oct 8, 2007 6:27:24 PM (17 years ago)
Author:
vboxsync
Message:

Implemented STAMR3Snapshot (untested, missing formal XML description).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/stam.h

    r4071 r5189  
    11971197 * @param   pszPat          The name matching pattern. See somewhere_where_this_is_described_in_detail.
    11981198 *                          If NULL all samples are reset.
     1199 * @param   fWithDesc       Whether to include the descriptions.
    11991200 * @param   ppszSnapshot    Where to store the pointer to the snapshot data.
    12001201 *                          The format of the snapshot should be XML, but that will have to be discussed
    12011202 *                          when this function is implemented.
    12021203 *                          The returned pointer must be freed by calling STAMR3SnapshotFree().
    1203  * @param   cchSnapshot     Where to store the size of the snapshot data. (Excluding the trailing '\0')
    1204  */
    1205 STAMR3DECL(int)  STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot);
     1204 * @param   pcchSnapshot    Where to store the size of the snapshot data. (Excluding the trailing '\0')
     1205 */
     1206STAMR3DECL(int) STAMR3Snapshot(PVM pVM, const char *pszPat, char **ppszSnapshot, size_t *pcchSnapshot, bool fWithDesc);
    12061207
    12071208/**
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