Changeset 4eca056 in mainline for uspace/srv/net/nil/eth/eth.c


Ignore:
Timestamp:
2010-11-18T23:36:04Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aaa3f33a
Parents:
88a1bb9
Message:

Remove xxx_ref typedefs (part 4).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.c

    r88a1bb9 r4eca056  
    293293                }
    294294        };
    295         measured_string_ref configuration;
     295        measured_string_t *configuration;
    296296        size_t count = sizeof(names) / sizeof(measured_string_t);
    297297        char *data;
     
    591591 */
    592592static int eth_addr_message(device_id_t device_id, eth_addr_type_t type,
    593     measured_string_ref *address)
     593    measured_string_t **address)
    594594{
    595595        eth_device_t *device;
     
    840840    ipc_call_t *call, ipc_call_t *answer, int *answer_count)
    841841{
    842         measured_string_ref address;
     842        measured_string_t *address;
    843843        packet_t packet;
    844844        size_t addrlen;
Note: See TracChangeset for help on using the changeset viewer.