Changeset 854151c in mainline for uspace/srv/net/nil/eth/eth.h


Ignore:
Timestamp:
2011-01-07T12:32:23Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b404a98
Parents:
3d5e190
Message:

store addresses as uint8_t values (char can be both signed or unsigned depending on platform)
improve MAC address printouts

File:
1 edited

Legend:

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

    r3d5e190 r854151c  
    9191        /** Actual device hardware address. */
    9292        measured_string_t *addr;
     93       
    9394        /** Actual device hardware address data. */
    94         char *addr_data;
     95        uint8_t *addr_data;
    9596};
    9697
Note: See TracChangeset for help on using the changeset viewer.