Changeset 62305 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Jul 18, 2016 3:53:55 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r57358 r62305 169 169 * instantiated and create a session for this process. 170 170 */ 171 io_connect_t Connection = NULL;171 io_connect_t Connection = 0; 172 172 kr = IOServiceOpen(ServiceObject, mach_task_self(), SUP_DARWIN_IOSERVICE_COOKIE, &Connection); 173 173 IOObjectRelease(ServiceObject);
Note:
See TracChangeset
for help on using the changeset viewer.