Changeset 649f087 in mainline for uspace/lib/c/generic/async.c


Ignore:
Timestamp:
2011-08-19T16:20:56Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0fe52ef
Parents:
7a2f7ecd
Message:

in_task_id should be of type task_id_t

File:
1 edited

Legend:

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

    r7a2f7ecd r649f087  
    139139        link_t link;
    140140       
    141         sysarg_t in_task_id;
     141        task_id_t in_task_id;
    142142        atomic_t refcnt;
    143143        void *data;
Note: See TracChangeset for help on using the changeset viewer.