Add CMD_RUN_IN_LOAD define

multi_trace
DiSlord 5 years ago
parent dd22a55e5f
commit cfa225ce28

@ -1639,6 +1639,7 @@ typedef struct {
// Some commands can executed only in sweep thread, not in main cycle // Some commands can executed only in sweep thread, not in main cycle
#define CMD_WAIT_MUTEX 1 #define CMD_WAIT_MUTEX 1
#define CMD_RUN_IN_LOAD 2
static const VNAShellCommand commands[] = static const VNAShellCommand commands[] =
{ {
{"version" , cmd_version , 0}, {"version" , cmd_version , 0},

Loading…
Cancel
Save

Powered by TurnKey Linux.