Changeset 84785 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 11, 2020 7:31:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r84784 r84785 1640 1640 * 1641 1641 * @returns IPRT status code. 1642 * @param pPktHdr The howdypacket.1642 * @param pPktHdr The UUID packet. 1643 1643 */ 1644 1644 static int txsDoUuid(PCTXSPKTHDR pPktHdr) … … 1664 1664 * 1665 1665 * @returns IPRT status code. 1666 * @param pPktHdr The howdypacket.1666 * @param pPktHdr The bye packet. 1667 1667 */ 1668 1668 static int txsDoBye(PCTXSPKTHDR pPktHdr) … … 1681 1681 * 1682 1682 * @returns IPRT status code. 1683 * @param pPktHdr The howdypacket.1683 * @param pPktHdr The version packet. 1684 1684 */ 1685 1685 static int txsDoVer(PCTXSPKTHDR pPktHdr)
Note:
See TracChangeset
for help on using the changeset viewer.