Ignore:
Timestamp:
2011-08-19T18:51:05Z (14 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/generic/private/async.h

    r7b2a7ad r58cbf8d5  
    6868        /** Number of opened exchanges */
    6969        atomic_t refcnt;
     70       
     71        /** Mutex for stateful connections */
     72        fibril_mutex_t remote_state_mtx;
     73       
     74        /** Data for stateful connections */
     75        void *remote_state_data;
    7076};
    7177
Note: See TracChangeset for help on using the changeset viewer.