VirtualBox

Changeset 3373 in vbox


Ignore:
Timestamp:
Jul 3, 2007 1:07:05 AM (18 years ago)
Author:
vboxsync
Message:

XPCOM/IPC: Fixed IPC daemon startup negotiation on OS/2.

File:
1 edited

Legend:

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

    r1 r3373  
    11361136    goto end;
    11371137
     1138  // on some platforms (e.g. OS/2), it is necessary to close the child end of
     1139  // the pipe in order to get notification at child termination instead of
     1140  // being infinitely blocked in PR_Write()/PR_Read(). On other platforms, it
     1141  // should not hurt, too.
     1142  PR_Close(writable);
     1143  writable = nsnull;
     1144
    11381145  if ((PR_Read(readable, &c, 1) != 1) && (c != IPC_STARTUP_PIPE_MAGIC))
    11391146    goto end;
Note: See TracChangeset for help on using the changeset viewer.

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