Changeset 109097 in vbox
- Timestamp:
- Apr 29, 2025 6:39:47 AM (11 days ago)
- svn:sync-xref-src-repo-rev:
- 168645
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetSlirpNAT.cpp
r109096 r109097 1834 1834 * Callback called by libslirp when the guest does something wrong. 1835 1835 * 1836 * @param p MsgError message string.1836 * @param pszMsg Error message string. 1837 1837 * @param pvUser Pointer to NAT State context. 1838 1838 * … … 1980 1980 * Callback function to add entry to pollfd array. 1981 1981 * 1982 * @param iFd Integer of system file descriptor of socket. 1983 * (on windows, this is a VBox internal, not system, value). 1982 * @param hFd Socket handle. 1984 1983 * @param iEvents Integer of slirp type poll events. 1985 1984 * @param opaque Pointer to NAT State context.
Note:
See TracChangeset
for help on using the changeset viewer.