monitor: Support STATES_MIGRATING

This commit is contained in:
Sebastian Huber
2014-05-14 11:06:40 +02:00
parent 249eaf9991
commit 0e8d55b0ca

View File

@@ -137,6 +137,7 @@ static const rtems_assoc_t rtems_monitor_state_assoc[] = {
{ "Wwkup", STATES_WAITING_FOR_BSD_WAKEUP, 0 },
{ "Wterm", STATES_WAITING_FOR_TERMINATION, 0 },
{ "ZOMBI", STATES_ZOMBIE, 0 },
{ "MIGRA", STATES_MIGRATING, 0 },
{ 0, 0, 0 },
};