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