Changeset 50671 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Mar 4, 2014 1:18:02 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/libslirp.h
r50045 r50671 97 97 98 98 /** 99 * This macrodefinition is shortcut for check of hosts where Slirp, 100 * receives notifications from host. For now it's Darwin only. But 101 * Main API has primitives for listening DNS change event since 4.3. 102 */ 103 #if (defined(RT_OS_DARWIN)) 104 # define HAVE_NOTIFICATION_FOR_DNS_UPDATE 1 105 #else 106 # define HAVE_NOTIFICATION_FOR_DNS_UPDATE 0 107 #endif 108 109 110 /** 99 111 * This method help DrvNAT to select strategy: about VMRESUMEREASON_HOST_RESUME: 100 112 * - proceed with link termination (we let guest track host DNS settings)
Note:
See TracChangeset
for help on using the changeset viewer.