Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3990 → Rev 3991

/branches/network/uspace/srv/net/il/arp/arp.h
37,6 → 37,8
#ifndef __NET_ARP_H__
#define __NET_ARP_H__
 
#include <rwlock.h>
 
#include <ipc/ipc.h>
 
#include "../../netif/device.h"
141,7 → 143,6
/** Protocol service.
*/
services_t service;
// int phone;
/** Actual device protocol address.
*/
measured_string_ref addr;
159,6 → 160,9
/** Networking module phone.
*/
int networking_phone;
/** Safety lock.
*/
rwlock_t lock;
/** ARP address cache.
*/
arp_cache_t cache;