Subversion Repositories HelenOS

Rev

Rev 4261 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4261 Rev 4307
Line 158... Line 158...
158
/** ARP global data.
158
/** ARP global data.
159
 */
159
 */
160
struct  arp_globals{
160
struct  arp_globals{
161
    /** Networking module phone.
161
    /** Networking module phone.
162
     */
162
     */
163
    int         networking_phone;
163
    int         net_phone;
164
    /** Safety lock.
164
    /** Safety lock.
165
     */
165
     */
166
    rwlock_t        lock;
166
    rwlock_t        lock;
167
    /** ARP address cache.
167
    /** ARP address cache.
168
     */
168
     */