Changeset 63396 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2016 8:20:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r62445 r63396 857 857 RTPrintf("\nStarting event loop....\n[send TERM signal to quit]\n"); 858 858 /* now we're ready, signal the parent process */ 859 PR_Write(daemon_pipe_wr, "READY", strlen("READY"));859 PR_Write(daemon_pipe_wr, RT_STR_TUPLE("READY")); 860 860 /* close writing end of the pipe, its job is done */ 861 861 PR_Close(daemon_pipe_wr);
Note:
See TracChangeset
for help on using the changeset viewer.