Changeset a546687 in mainline for uspace/lib/usb/include/usb/pipes.h


Ignore:
Timestamp:
2011-04-09T09:17:22Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d48fcc0
Parents:
d5ac90f
Message:

Sessions started automatically on pipes

It is no longer necessary to call usb_pipe_start_session prior
reading or writing on a pipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/pipes.h

    rd5ac90f ra546687  
    8484        /** Guard for serialization of requests over the phone. */
    8585        fibril_mutex_t hc_phone_mutex;
     86
     87        /** Number of active transfers over the pipe. */
     88        int refcount;
    8689} usb_pipe_t;
    8790
Note: See TracChangeset for help on using the changeset viewer.