VirtualBox

Changeset 10455 in vbox


Ignore:
Timestamp:
Jul 10, 2008 7:02:01 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33123
Message:

Solaris/vboxdrv: pre-allocate; forgot we use states on open rather than attach.

File:
1 edited

Legend:

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

    r10454 r10455  
    190190    dprintf(("VBoxDrvSolaris _init"));
    191191
    192     int rc = ddi_soft_state_init(&g_pVBoxDrvSolarisState, sizeof(vbox_devstate_t), 1);
     192    int rc = ddi_soft_state_init(&g_pVBoxDrvSolarisState, sizeof(vbox_devstate_t), 8);
    193193    if (!rc)
    194194    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette