Changeset 105071 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 28, 2024 9:22:57 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNATlibslirp.cpp
r105070 r105071 1072 1072 Assert(pThis); 1073 1073 1074 RT_NOREF(pThis); 1075 1074 1076 return (int64_t)RTTimeNanoTS(); 1075 1077 } … … 1141 1143 PDRVNAT pThis = (PDRVNAT)opaque; 1142 1144 Assert(pThis); 1145 1146 RT_NOREF(pThis); 1143 1147 1144 1148 ((SlirpTimer *)pTimer)->uTimeExpire = expireTime;
Note:
See TracChangeset
for help on using the changeset viewer.