Changeset 36174 in vbox
- Timestamp:
- Mar 4, 2011 2:46:08 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r36026 r36174 1772 1772 * Resolve the PID. 1773 1773 */ 1774 #ifdef DEBUG1775 1774 VBoxServiceVerbose(4, "ControlExec: Input (PID %u) received: cbSize=%u\n", uPID, cbSize); 1776 #endif 1775 1777 1776 PVBOXSERVICECTRLTHREAD pNode = VBoxServiceControlExecFindProcess(uPID); 1778 1777 if (pNode) … … 1786 1785 bool fPendingClose = false; 1787 1786 if (uFlags & INPUT_FLAG_EOF) 1787 { 1788 1788 fPendingClose = true; 1789 #ifdef DEBUG 1790 if (fPendingClose) 1791 VBoxServiceVerbose(4, "ControlExec: Got last input block ...\n"); 1792 #endif 1789 VBoxServiceVerbose(4, "ControlExec: Got last input block (PID %u) ...\n", uPID); 1790 } 1791 1793 1792 /* 1794 1793 * Feed the data to the pipe.
Note:
See TracChangeset
for help on using the changeset viewer.