VirtualBox

Changeset 20504 in vbox for trunk/src


Ignore:
Timestamp:
Jun 12, 2009 11:39:23 AM (16 years ago)
Author:
vboxsync
Message:

SUPDrvIOC.h: some hints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r20338 r20504  
    182182 * The upper 16-bit is the major version, the the lower the minor version.
    183183 * When incompatible changes are made, the upper major number has to be changed.
     184 *
     185 * Update rules:
     186 *  -# Only update the major number when incompatible changes has been made.
     187 *  -# When adding new features (new IOC number, new flags, new exports, ++)
     188 *     only update the minor number and change SUPLib.cpp to require the
     189 *     new IOC version.
     190 *  -# When incrementing the major number, clear the minor part and reset
     191 *     any IOC version requirements in SUPLib.cpp.
    184192 *
    185193 * @todo Pending work on next major version change:
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