Changeset 1916d1f in mainline for uspace/srv/net/il/arp/arp.h
- Timestamp:
- 2011-07-12T13:41:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50fc490
- Parents:
- 11809eab (diff), 6817eba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/arp.h
r11809eab r1916d1f 38 38 #define NET_ARP_H_ 39 39 40 #include <async.h> 40 41 #include <fibril_synch.h> 41 42 #include <ipc/services.h> … … 104 105 /** Packet dimension. */ 105 106 packet_dimension_t packet_dimension; 106 /** Device module phone. */107 int phone;107 /** Device module session. */ 108 async_sess_t *sess; 108 109 109 110 /** … … 122 123 arp_cache_t cache; 123 124 124 /** Networking module phone. */ 125 int net_phone; 125 /** Networking module session. */ 126 async_sess_t *net_sess; 127 126 128 /** Safety lock. */ 127 129 fibril_mutex_t lock;
Note:
See TracChangeset
for help on using the changeset viewer.