Changeset c4702804 in mainline


Ignore:
Timestamp:
2009-11-28T16:32:17Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c8f8d6
Parents:
db4d6de
Message:

close_callid is not bool.

File:
1 edited

Legend:

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

    rdb4d6de rc4702804  
    528528        list_initialize(&conn->msg_queue);
    529529        conn->callid = callid;
    530         conn->close_callid = false;
     530        conn->close_callid = 0;
    531531       
    532532        if (call)
Note: See TracChangeset for help on using the changeset viewer.