Changeset 48488 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- Sep 16, 2013 3:02:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp
r48486 r48488 40 40 static int hostMonitoringRoutine(RTTHREAD ThreadSelf, void *pvUser) 41 41 { 42 NOREF(ThreadSelf); 43 NOREF(pvUser); 42 44 g_RunLoopRef = CFRunLoopGetCurrent(); 43 45 AssertReturn(g_RunLoopRef, VERR_INTERNAL_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.