Changeset cc99bcd in mainline


Ignore:
Timestamp:
2009-05-11T21:00:04Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ebc8bf4
Parents:
e38d66b
Message:

msg→wdata.inlist needs to be allocated before the reply_received()
callback can be called.

File:
1 edited

Legend:

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

    re38d66b rcc99bcd  
    811811        msg->dataptr = dataptr;
    812812       
     813        msg->wdata.inlist = false;
    813814        /* We may sleep in the next method, but it will use its own mechanism */
    814815        msg->wdata.active = true;
     
    850851        msg->dataptr = dataptr;
    851852       
     853        msg->wdata.inlist = false;
    852854        /* We may sleep in next method, but it will use its own mechanism */
    853855        msg->wdata.active = true;
Note: See TracChangeset for help on using the changeset viewer.