VirtualBox

Changeset 38976 in vbox


Ignore:
Timestamp:
Oct 11, 2011 7:00:26 PM (13 years ago)
Author:
vboxsync
Message:

Support/linux: include the VBox version number into the ioctl function for spotting in kernel backtraces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r37972 r38976  
    8585#endif
    8686
     87/* to include the version number of VirtualBox into kernel backtraces */
     88#define VBoxDrvLinuxVersion RT_CONCAT3(RT_CONCAT(VBOX_VERSION_MAJOR, _), \
     89                                       RT_CONCAT(VBOX_VERSION_MINOR, _), \
     90                                       VBOX_VERSION_BUILD)
     91#define VBoxDrvLinuxIOCtl RT_CONCAT(VBoxDrvLinuxIOCtl_,VBoxDrvLinuxVersion)
    8792
    8893/*******************************************************************************
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