Changeset d054ad3 in mainline for uspace/lib/c/include/ipc/common.h


Ignore:
Timestamp:
2018-07-09T18:36:33Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d56e2e
Parents:
87337dc5
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-05 16:39:15)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-09 18:36:33)
Message:

Remove the obsolete callback abstraction from low level IPC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    r87337dc5 rd054ad3  
    4444#define IPC_FLAG_BLOCKING  0x01
    4545
    46 struct async_call;
    47 
    4846typedef struct {
    4947        sysarg_t args[IPC_CALL_LEN];
     
    5149        sysarg_t in_phone_hash;
    5250        unsigned int flags;
    53         struct async_call *label;
     51        void *label;
    5452        cap_call_handle_t cap_handle;
    5553} ipc_call_t;
Note: See TracChangeset for help on using the changeset viewer.