summaryrefslogtreecommitdiffstats
path: root/vbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbox.h')
-rw-r--r--vbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vbox.h b/vbox.h
index e9f8168..3a7dc3a 100644
--- a/vbox.h
+++ b/vbox.h
@@ -33,5 +33,7 @@ class VBoxPort : public Port
unsigned long p_vbox_audio_transferred; /* number of samples sent to endpoint */
signed long p_vbox_record_start; /* start for recording */
signed long p_vbox_record_limit; /* limit for recording */
+
+ struct extension p_vbox_ext; /* save settings of extension */
};