Changeset 5cc9eba in mainline for uspace/srv/net
- Timestamp:
- 2012-01-25T17:29:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ce5162, 5cd3d67
- Parents:
- 8576bb4
- Location:
- uspace/srv/net
- Files:
-
- 2 edited
-
net/net.h (modified) (1 diff)
-
nil/nildummy/nildummy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net.h
r8576bb4 r5cc9eba 96 96 97 97 /** Serving network interface driver module index. */ 98 service_id_t sid; /**< Service ID */99 async_sess_t *sess; /**< Driver session. */98 service_id_t sid; /**< Service ID */ 99 async_sess_t *sess; /**< Driver session. */ 100 100 101 101 module_t *nil; /**< Serving link layer module index. */ -
uspace/srv/net/nil/nildummy/nildummy.c
r8576bb4 r5cc9eba 360 360 services_t sender) 361 361 { 362 packet_t *p;363 364 362 fibril_rwlock_read_lock(&nildummy_globals.devices_lock); 365 363 … … 371 369 } 372 370 373 p = packet;371 packet_t *p = packet; 374 372 do { 375 373 nic_send_frame(device->sess, packet_get_data(p),
Note:
See TracChangeset
for help on using the changeset viewer.
