Changeset e422ff6 in mainline for uspace/srv/hid/display/test/client.c


Ignore:
Timestamp:
2019-11-06T21:10:53Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfddc62
Parents:
959b7ec
Message:

ds_client_get_event() should not block if no events are pending

This is a relic of older design that didn't use pending event notification
via callback session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/client.c

    r959b7ec re422ff6  
    180180        PCUT_ASSERT_FALSE(called_cb);
    181181
    182 #if 0
    183         // XXX Forgot to change ds_client_get_event not to block
    184182        rc = ds_client_get_event(client, &rwindow, &revent);
    185183        PCUT_ASSERT_ERRNO_VAL(ENOENT, rc);
    186 #endif
    187184
    188185        rc = ds_client_post_kbd_event(client, wnd, &event);
Note: See TracChangeset for help on using the changeset viewer.