libblock: Fix state descriptions

This commit is contained in:
Sebastian Huber
2012-05-24 17:32:24 +02:00
parent cf42a6ea9d
commit e7096b1fdf
+1 -1
View File
@@ -296,7 +296,7 @@ void
rtems_bdbuf_show_users (const char* where, rtems_bdbuf_buffer* bd)
{
const char* states[] =
{ "FR", "EM", "CH", "AC", "AM", "MD", "SY", "TR" };
{ "FR", "EM", "CH", "AC", "AM", "AE", "AP", "MD", "SY", "TR", "TP" };
printf ("bdbuf:users: %15s: [%" PRIu32 " (%s)] %td:%td = %" PRIu32 " %s\n",
where,