Changeset 7a8c1c4e in mainline for uspace/srv/net/tl/tcp/tcp_type.h


Ignore:
Timestamp:
2011-12-14T17:11:31Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0edaf0f6
Parents:
bbf159a
Message:

Deallocate connection structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp_type.h

    rbbf159a r7a8c1c4e  
    166166        /** True if connection was reset */
    167167        bool reset;
     168        /** True if connection was deleted by user */
     169        bool deleted;
    168170        /** Protects @c cstate */
    169171        fibril_mutex_t cstate_lock;
Note: See TracChangeset for help on using the changeset viewer.