Changeset 58cbf8d5 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2011-08-19T18:51:05Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3e4a2c
Parents:
7b2a7ad
Message:

basic support for tracking a client replica of the remote state in stateful protocols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    r7b2a7ad r58cbf8d5  
    449449extern int async_state_change_finalize(ipc_callid_t, async_exch_t *);
    450450
     451extern void *async_remote_state_acquire(async_sess_t *);
     452extern void async_remote_state_update(async_sess_t *, void *);
     453extern void async_remote_state_release(async_sess_t *);
     454extern void async_remote_state_release_exchange(async_exch_t *);
     455
    451456#endif
    452457
Note: See TracChangeset for help on using the changeset viewer.