summaryrefslogtreecommitdiff
path: root/schedsim/shell/shared/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/shared/commands.c')
-rw-r--r--schedsim/shell/shared/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/schedsim/shell/shared/commands.c b/schedsim/shell/shared/commands.c
index 483c7ef..5a75181 100644
--- a/schedsim/shell/shared/commands.c
+++ b/schedsim/shell/shared/commands.c
@@ -35,6 +35,7 @@ extern rtems_shell_cmd_t rtems_shell_TASK_WAKE_AFTER_Command;
extern rtems_shell_cmd_t rtems_shell_TASK_GET_AFFINITY_Command;
extern rtems_shell_cmd_t rtems_shell_TASK_SET_AFFINITY_Command;
extern rtems_shell_cmd_t rtems_shell_CURRENT_CPU_Command;
+ extern rtems_shell_cmd_t rtems_shell_DISPATCH_Command;
#endif
extern rtems_shell_cmd_t rtems_shell_CLOCK_TICK_Command;
@@ -49,6 +50,7 @@ extern rtems_shell_cmd_t rtems_shell_TASK_EXECUTING_Command;
extern rtems_shell_cmd_t rtems_shell_TASK_HEIR_Command;
extern rtems_shell_cmd_t rtems_shell_CPUS_Command;
+
rtems_shell_cmd_t *rtems_shell_Initial_commands[] = {
/* Generic Commands */
&rtems_shell_ECHO_Command,
@@ -67,6 +69,7 @@ rtems_shell_cmd_t *rtems_shell_Initial_commands[] = {
&rtems_shell_TASK_GET_AFFINITY_Command,
&rtems_shell_TASK_SET_AFFINITY_Command,
&rtems_shell_CURRENT_CPU_Command,
+ &rtems_shell_DISPATCH_Command,
#endif
&rtems_shell_CLOCK_TICK_Command,