Changeset 1f2dd20 in mainline for uspace/lib/c/include/ipc/services.h


Ignore:
Timestamp:
2012-07-04T12:57:00Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f47c70d4
Parents:
5e4f22b
Message:

Start working on logger service

The logger service is started as an init task and log_msg functions
sends messages to it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/services.h

    r5e4f22b r1f2dd20  
    4545        SERVICE_VFS        = FOURCC('v', 'f', 's', ' '),
    4646        SERVICE_LOC        = FOURCC('l', 'o', 'c', ' '),
     47        SERVICE_LOGGER     = FOURCC('l', 'o', 'g', 'g'),
    4748        SERVICE_DEVMAN     = FOURCC('d', 'e', 'v', 'n'),
    4849        SERVICE_IRC        = FOURCC('i', 'r', 'c', ' '),
Note: See TracChangeset for help on using the changeset viewer.