Changeset 0f78e74 in mainline


Ignore:
Timestamp:
2007-09-12T20:05:47Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a9364c
Parents:
68f93b9
Message:

One occurrence of the left-over term 'pseudo thread' replaced with 'fibril' in
the rd task.

Start the vfs task. Now it is dummy, but integrated into the sources.

Location:
uspace
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r68f93b9 r0f78e74  
    4242        srv/rd \
    4343        srv/fs \
     44        srv/vfs \
    4445        app/tetris \
    4546        app/tester \
  • uspace/srv/rd/rd.c

    r68f93b9 r0f78e74  
    136136                        /*
    137137                         * The other side has hung up.
    138                          * Answer the message and exit the pseudo thread.
     138                         * Answer the message and exit the fibril.
    139139                         */
    140140                        ipc_answer_fast(callid, EOK, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.