Changeset 261bbdc in mainline for uspace/srv/hid/remcons/user.h


Ignore:
Timestamp:
2012-01-12T08:48:51Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99c2e9f3
Parents:
5923cf82
Message:

remcons: attribute renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/remcons/user.h

    r5923cf82 r261bbdc  
    4444/** Representation of a connected (human) user. */
    4545typedef struct {
     46        /** Mutex guarding the whole structure. */
     47        fibril_mutex_t guard;
     48
    4649        /** Internal id, used for creating locfs entries. */
    4750        int id;
     
    6568        /* Reference counting. */
    6669        fibril_condvar_t refcount_cv;
    67         fibril_mutex_t refcount_mutex;
    6870        bool task_finished;
    6971        int locsrv_connection_count;
Note: See TracChangeset for help on using the changeset viewer.