Changes in uspace/srv/hid/input/input.c [1558d85:380e23a3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/input.c
r1558d85 r380e23a3 46 46 #include <unistd.h> 47 47 #include <stdlib.h> 48 #include <stdio.h> 48 49 #include <ns.h> 49 50 #include <async.h> … … 744 745 if (irc_service) { 745 746 while (irc_sess == NULL) 746 irc_sess = service_connect_blocking( SERVICE_IRC,747 INTERFACE_IRC, 0);747 irc_sess = service_connect_blocking(EXCHANGE_SERIALIZE, 748 SERVICE_IRC, 0, 0); 748 749 } 749 750 … … 757 758 async_set_client_data_constructor(client_data_create); 758 759 async_set_client_data_destructor(client_data_destroy); 759 async_set_ fallback_port_handler(client_connection, NULL);760 async_set_client_connection(client_connection); 760 761 761 762 int rc = loc_server_register(NAME);
Note:
See TracChangeset
for help on using the changeset viewer.