Changeset fd312d5 in mainline for uspace/app/tmon/commands.h


Ignore:
Timestamp:
2017-12-20T16:06:56Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cec130b
Parents:
f98f4b7
Message:

usbdiag: more robust testing framework, added bulk in stress test, refactored remote usbdiag interface, new command for tmon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/commands.h

    rf98f4b7 rfd312d5  
    3838
    3939int tmon_list(int, char **);
    40 int tmon_test_bulk(int, char **);
     40int tmon_stress_bulk_in(int, char **);
     41int tmon_stress_bulk_out(int, char **);
    4142
    4243#endif /* TMON_COMMANDS_H_ */
Note: See TracChangeset for help on using the changeset viewer.