Changeset 20631 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 16, 2009 2:03:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r20523 r20631 430 430 431 431 static DECLCALLBACK(int) configConstructor(PVM pVM, void *pvConsole); 432 static DECLCALLBACK(int) configNetwork(Console *pThis, const char *pszDevice, 433 unsigned uInstance, unsigned uLun, 434 NetworkAttachmentType_T eAttachmentType, 435 NetworkAttachmentType_T *meAttachmentType, 436 INetworkAdapter *aNetworkAdapter, 437 PCFGMNODE pCfg, PCFGMNODE pLunL0, 438 PCFGMNODE pInst, bool attachDetach); 432 439 static DECLCALLBACK(void) vmstateChangeCallback(PVM aVM, VMSTATE aState, 433 440 VMSTATE aOldState, void *aUser); … … 551 558 * This does not have to match the state maintained in the Floppy. */ 552 559 DriveState_T meFloppyState; 553 #ifdef VBOX_DYNAMIC_NET_ATTACH554 560 /** The current network attachment type in the VM. 555 561 * This does not have to match the state maintained in the NetworkAdapter. */ 556 NetworkAttachmentType_T meAttachmentType[SchemaDefs::NetworkAdapterCount]; 557 #endif /* VBOX_DYNAMIC_NET_ATTACH */ 562 static NetworkAttachmentType_T meAttachmentType[SchemaDefs::NetworkAdapterCount]; 558 563 559 564 VMMDev * const mVMMDev;
Note:
See TracChangeset
for help on using the changeset viewer.