Changeset 72364 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- May 28, 2018 4:49:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r71950 r72364 2969 2969 if (pThis->fSubscribedEvts != pThis->fPollEvts) 2970 2970 { 2971 /** @todo seems like there mig thbe a call to many here and that fPollEvts is2971 /** @todo seems like there might be a call to many here and that fPollEvts is 2972 2972 * totally unnecessary... (bird) */ 2973 2973 int rc = rtSocketPollUpdateEvents(pThis, pThis->fPollEvts);
Note:
See TracChangeset
for help on using the changeset viewer.