Changeset 99775 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- Location:
- trunk/src/VBox/ValidationKit/utils/TestExecServ
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceSerial.cpp
r98103 r99775 375 375 * @interface_method_impl{TXSTRANSPORT,pfnUsage} 376 376 */ 377 DECLCALLBACK(void) txsSerialUsage(PRTSTREAM pStream)377 static DECLCALLBACK(void) txsSerialUsage(PRTSTREAM pStream) 378 378 { 379 379 RTStrmPrintf(pStream, -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r98103 r99775 784 784 * @interface_method_impl{TXSTRANSPORT,pfnUsage} 785 785 */ 786 DECLCALLBACK(void) txsTcpUsage(PRTSTREAM pStream)786 static DECLCALLBACK(void) txsTcpUsage(PRTSTREAM pStream) 787 787 { 788 788 RTStrmPrintf(pStream,
Note:
See TracChangeset
for help on using the changeset viewer.