Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/ip/ip.c

    rc62ae1d6 r514ee46  
    4545#include <ipc/services.h>
    4646#include <ipc/net.h>
    47 #include <ipc/nil.h>
    48 #include <ipc/il.h>
    49 #include <ipc/ip.h>
    5047#include <sys/types.h>
    5148#include <byteorder.h>
     
    7471#include <packet_client.h>
    7572#include <packet_remote.h>
     73#include <nil_messages.h>
     74#include <il_messages.h>
    7675#include <il_local.h>
     76#include <ip_local.h>
    7777
    7878#include "ip.h"
    7979#include "ip_header.h"
     80#include "ip_messages.h"
    8081#include "ip_module.h"
    81 #include "ip_local.h"
    8282
    8383/** IP module name.
     
    423423        ip_globals.client_connection = client_connection;
    424424        ERROR_PROPAGATE(modules_initialize(&ip_globals.modules));
    425         ERROR_PROPAGATE(add_module(NULL, &ip_globals.modules, ARP_NAME, ARP_FILENAME, SERVICE_ARP, 0, arp_connect_module));
     425        ERROR_PROPAGATE(add_module(NULL, &ip_globals.modules, ARP_NAME, ARP_FILENAME, SERVICE_ARP, arp_task_get_id(), arp_connect_module));
    426426        fibril_rwlock_write_unlock(&ip_globals.lock);
    427427        return EOK;
Note: See TracChangeset for help on using the changeset viewer.