summaryrefslogtreecommitdiffstats
path: root/vbox.h
diff options
context:
space:
mode:
authorSuper User2007-06-27 08:23:50 +0200
committerSuper User2007-06-27 08:23:50 +0200
commite9daaa4ef7ee895e6a8610ebb2166cc99c891a4e (patch)
tree147c8b74efd8830dc37be6a656944ce6d075a1e7 /vbox.h
parentbackup (diff)
downloadlcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.gz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.xz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.zip
backup
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 */
};