Changeset 0772aff in mainline for uspace/lib/libc/generic/async.c


Ignore:
Timestamp:
2009-10-10T21:01:56Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f5edcf6
Parents:
c123609
Message:

Improve confusing comment.
handle_call() is a name of an async framework function, which is meant to be used
in a different way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/async.c

    rc123609 r0772aff  
    8383 *
    8484 *     callid = async_get_call(&call);
    85  *     handle_call(callid, call);
     85 *     somehow_handle_the_call(callid, call);
    8686 *     ipc_answer_2(callid, 1, 2, 3);
    8787 *
Note: See TracChangeset for help on using the changeset viewer.