Ignore:
File:
1 edited

Legend:

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

    r1558d85 r380e23a3  
    4646#include <unistd.h>
    4747#include <stdlib.h>
     48#include <stdio.h>
    4849#include <ns.h>
    4950#include <async.h>
     
    744745        if (irc_service) {
    745746                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);
    748749        }
    749750       
     
    757758        async_set_client_data_constructor(client_data_create);
    758759        async_set_client_data_destructor(client_data_destroy);
    759         async_set_fallback_port_handler(client_connection, NULL);
     760        async_set_client_connection(client_connection);
    760761       
    761762        int rc = loc_server_register(NAME);
Note: See TracChangeset for help on using the changeset viewer.