Changeset 959d2ec in mainline for uspace/srv/net/dnsrsrv/dns_type.h


Ignore:
Timestamp:
2013-05-08T10:29:45Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d242cb6
Parents:
9f029aa
Message:

Return canonical name to caller.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dnsrsrv/dns_type.h

    r9f029aa r959d2ec  
    113113typedef struct {
    114114        /** Host name */
    115         char *name;
     115        char *cname;
    116116        /** Host address */
    117117        inet_addr_t addr;
Note: See TracChangeset for help on using the changeset viewer.