Changeset 4eca056 in mainline for uspace/srv/net/nil/eth/eth.c
- Timestamp:
- 2010-11-18T23:36:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aaa3f33a
- Parents:
- 88a1bb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r88a1bb9 r4eca056 293 293 } 294 294 }; 295 measured_string_ refconfiguration;295 measured_string_t *configuration; 296 296 size_t count = sizeof(names) / sizeof(measured_string_t); 297 297 char *data; … … 591 591 */ 592 592 static int eth_addr_message(device_id_t device_id, eth_addr_type_t type, 593 measured_string_ ref*address)593 measured_string_t **address) 594 594 { 595 595 eth_device_t *device; … … 840 840 ipc_call_t *call, ipc_call_t *answer, int *answer_count) 841 841 { 842 measured_string_ refaddress;842 measured_string_t *address; 843 843 packet_t packet; 844 844 size_t addrlen;
Note:
See TracChangeset
for help on using the changeset viewer.