Index: /trunk/include/VBox/vmm/pdmaudioifs.h
===================================================================
--- /trunk/include/VBox/vmm/pdmaudioifs.h	(revision 86564)
+++ /trunk/include/VBox/vmm/pdmaudioifs.h	(revision 86565)
@@ -1213,4 +1213,6 @@
      *  Only can be destroyed when the reference count reaches 0. */
     uint32_t                cRefs;
+    /** Number of (re-)tries while re-initializing the stream. */
+    uint32_t                cTriesReInit;
     /** Stream status flag. */
     PDMAUDIOSTREAMSTS       fStatus;
@@ -1233,4 +1235,7 @@
         PDMAUDIOSTREAMOUT   Out;
     } RT_UNION_NM(u);
+    /** Timestamp (in ns) since last trying to re-initialize.
+     *  Might be 0 if has not been tried yet. */
+    uint64_t                tsLastReInitNs;
     /** Timestamp (in ns) since last iteration. */
     uint64_t                tsLastIteratedNs;
