VirtualBox

Ignore:
Timestamp:
Feb 20, 2008 4:18:29 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28284
Message:

XPCOM/IPC: Cleaned up IPC daemon startup procedure (makes sure there are no incorrect failure assertions when another copy of the daemon is already running).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp

    r7029 r7049  
    11571157    goto end;
    11581158
    1159   // on some platforms (e.g. OS/2), it is necessary to close the child end of
    1160   // the pipe in order to get notification at child termination instead of
    1161   // being infinitely blocked in PR_Write()/PR_Read(). On other platforms, it
    1162   // should not hurt, too.
     1159  // close the child end of the pipe in order to get notification on unexpected
     1160  // child termination instead of being infinitely blocked in PR_Read().
    11631161  PR_Close(writable);
    11641162  writable = nsnull;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette