/branches/network/uspace/srv/net/netif/lo/lo.c |
---|
37,6 → 37,7 |
#include <async.h> |
#include <errno.h> |
#include <stdio.h> |
#include <string.h> |
#include <ipc/ipc.h> |
#include <ipc/services.h> |
240,9 → 241,9 |
next = pq_next( next ); |
}while( next ); |
phone = device->nil_phone; |
rwlock_write_unlock( & netif_globals.lock ); |
fibril_rwlock_write_unlock( & netif_globals.lock ); |
nil_received_msg( phone, device_id, packet, sender ); |
rwlock_write_lock( & netif_globals.lock ); |
fibril_rwlock_write_lock( & netif_globals.lock ); |
return EOK; |
} |