Changeset 105064 in vbox for trunk/src/VBox/Devices/Network/DrvNATlibslirp.h
- Timestamp:
- Jun 27, 2024 2:46:31 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 163683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNATlibslirp.h
r105023 r105064 350 350 static DECLCALLBACK(void) drvNATDestruct(PPDMDRVINS); 351 351 static DECLCALLBACK(int) drvNATConstruct(PPDMDRVINS, PCFGMNODE, uint32_t); 352 353 /** @todo r=jack: move this to the right spot. temp for dev. */354 static void register_poll_fd(int, void *);355 static void unregister_poll_fd(int, void *);
Note:
See TracChangeset
for help on using the changeset viewer.