Ignore:
File:
1 edited

Legend:

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

    r4eca056 r5e9e8b7  
    5454typedef struct nildummy_device nildummy_device_t;
    5555
     56/** Type definition of the dummy nil device specific data pointer.
     57 * @see nildummy_device
     58 */
     59typedef nildummy_device_t *nildummy_device_ref;
     60
    5661/** Type definition of the dummy nil protocol specific data.
    5762 * @see nildummy_proto
    5863 */
    5964typedef struct nildummy_proto nildummy_proto_t;
     65
     66/** Type definition of the dummy nil protocol specific data pointer.
     67 * @see nildummy_proto
     68 */
     69typedef nildummy_proto_t *nildummy_proto_ref;
    6070
    6171/** Dummy nil device map.
     
    7686        size_t mtu;
    7787        /** Actual device hardware address. */
    78         measured_string_t *addr;
     88        measured_string_ref addr;
    7989        /** Actual device hardware address data. */
    8090        char *addr_data;
Note: See TracChangeset for help on using the changeset viewer.