Changeset 33293 in vbox
- Timestamp:
- Oct 21, 2010 10:41:47 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r33292 r33293 46 46 47 47 extern RTLISTNODE g_GuestControlExecThreads; 48 49 void VBoxServiceControlExecDeletePipeBuffer(PVBOXSERVICECTRLEXECPIPEBUF pBuf);50 48 51 49 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r33277 r33293 299 299 const char *pszUser, const char *pszPassword, uint32_t uTimeLimitMS); 300 300 extern void VBoxServiceControlExecDestroyThreadData(PVBOXSERVICECTRLTHREADDATAEXEC pThread); 301 extern void VBoxServiceControlExecDeletePipeBuffer(PVBOXSERVICECTRLEXECPIPEBUF pBuf); 301 302 extern int VBoxServiceControlExecReadPipeBufferContent(PVBOXSERVICECTRLEXECPIPEBUF pBuf, 302 303 uint8_t *pbBuffer, uint32_t cbBuffer, uint32_t *pcbToRead);
Note:
See TracChangeset
for help on using the changeset viewer.