Changeset 6361 in vbox for trunk/src/VBox/Main/linux/server.cpp
- Timestamp:
- Jan 15, 2008 10:39:01 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server.cpp
r6285 r6361 1046 1046 } 1047 1047 1048 #ifndef RT_OS_OS2 1048 1049 if (daemon_pipe_fds[1] >= 0) 1049 1050 { 1050 1051 printf ("\nStarting event loop....\n[send TERM signal to quit]\n"); 1051 #ifndef RT_OS_OS21052 1052 /* now we're ready, signal the parent process */ 1053 1053 write(daemon_pipe_fds[1], "READY", strlen("READY")); 1054 #endif1055 1054 } 1056 1055 else 1056 #endif 1057 1057 { 1058 1058 printf ("\nStarting event loop....\n[press Ctrl-C to quit]\n");
Note:
See TracChangeset
for help on using the changeset viewer.