Changeset a1dc7fe in mainline for uspace/lib/c/include/async_sess.h


Ignore:
Timestamp:
2010-12-26T17:43:23Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8cd21d16
Parents:
d1c041a
Message:

Global list of open sessions will be useful for debugging.

File:
1 edited

Legend:

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

    rd1c041a ra1dc7fe  
    4141        int sess_phone;         /**< Phone for cloning off the connections. */
    4242        link_t conn_head;       /**< List of open data connections. */
     43        link_t sess_link;       /**< Link in global list of open sessions. */
    4344} async_sess_t;
    4445
Note: See TracChangeset for help on using the changeset viewer.