Ian Romanick a3597f0de3 Eliminate pointers to writable globals in VB_DEVICE_INFO
Previously, the VB_DEVICE_INFO was recreated each time certain
functions were called.  In order to have persistent storage across
calls, VB_DEVICE_INFO contained pointers to writable global data.

Since the VB_DEVICE_INFO structure is no longer recreated on each
call, there is no reason to have this global data.  All data is stored
in the VB_DEVICE_INFO structure.  It is copied from const globals when
the structure is initialized.
2007-05-03 17:31:01 -07:00
2006-11-14 17:30:44 -05:00
Description
No description provided
3.1 MiB
Languages
C 99.5%
Makefile 0.3%
M4 0.2%