Skip to content

Commit

Permalink
Set Mac socket thread name.
Browse files Browse the repository at this point in the history
  • Loading branch information
refnum committed Sep 4, 2013
1 parent e3087a2 commit 7beb7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Source/Nano/Internal/Targets/Mac/NMacNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ static void SocketThread(void)


// Run the thread
NThread::SetName("NMacNetwork::SocketThread");
gSocketRunLoop = CFRunLoopGetCurrent();

while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, kNTimeHour, false) != kCFRunLoopRunStopped && gSocketCount != 0)
Expand Down

0 comments on commit 7beb7f7

Please sign in to comment.