Changeset e7096b1f in rtems


Ignore:
Timestamp:
05/24/12 12:39:06 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
13d3a37
Parents:
cf42a6ea
git-author:
Sebastian Huber <sebastian.huber@…> (05/24/12 12:39:06)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/24/12 15:32:24)
Message:

libblock: Fix state descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/bdbuf.c

    rcf42a6ea re7096b1f  
    297297{
    298298  const char* states[] =
    299     { "FR", "EM", "CH", "AC", "AM", "MD", "SY", "TR" };
     299    { "FR", "EM", "CH", "AC", "AM", "AE", "AP", "MD", "SY", "TR", "TP" };
    300300
    301301  printf ("bdbuf:users: %15s: [%" PRIu32 " (%s)] %td:%td = %" PRIu32 " %s\n",
Note: See TracChangeset for help on using the changeset viewer.