Changeset 8562724 in mainline for uspace/srv/hid/remcons/remcons.c


Ignore:
Timestamp:
2012-01-12T08:16:42Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d545d03
Parents:
30d4706
Message:

remcons: minor refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/remcons/remcons.c

    r30d4706 r8562724  
    254254
    255255        /* Announce user disconnection. */
    256         fibril_mutex_lock(&user->refcount_mutex);
    257         user->locsrv_connection_count--;
    258         fibril_condvar_signal(&user->refcount_cv);
    259         fibril_mutex_unlock(&user->refcount_mutex);
     256        telnet_user_notify_client_disconnected(user);
    260257}
    261258
Note: See TracChangeset for help on using the changeset viewer.