[libvirt] [PATCH 2/5] vbox version-specific C file for VirtualBox v4.2

ryan woodsmall rwoodsmall at gmail.com
Tue Oct 2 09:00:55 UTC 2012


---
 src/vbox/vbox_V4_2.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 src/vbox/vbox_V4_2.c

diff --git a/src/vbox/vbox_V4_2.c b/src/vbox/vbox_V4_2.c
new file mode 100644
index 0000000..8c5b61c
--- /dev/null
+++ b/src/vbox/vbox_V4_2.c
@@ -0,0 +1,13 @@
+/** @file vbox_V4_2.c
+ * C file to include support for multiple versions of VirtualBox
+ * at runtime.
+ */
+
+#include <config.h>
+
+/** The API Version */
+#define VBOX_API_VERSION    4002
+/** Version specific prefix. */
+#define NAME(name)  vbox42##name
+
+#include "vbox_tmpl.c"
-- 
1.7.1




More information about the libvir-list mailing list