Changeset 81895 in vbox for trunk/src/VBox/Devices/Samples
- Timestamp:
- Nov 16, 2019 3:08:31 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Samples/VBoxSampleDevice.cpp
r81591 r81895 56 56 static DECLCALLBACK(int) devSampleConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) 57 57 { 58 59 58 /* 60 59 * Check that the device instance and device helper structures are compatible. … … 92 91 /* .uReserved0 = */ 0, 93 92 /* .szName = */ "sample", 94 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS ,93 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_NEW_STYLE, 95 94 /* .fClass = */ PDM_DEVREG_CLASS_MISC, 96 95 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.