Changeset 959d2ec in mainline for uspace/lib/c/include/inet/dnsr.h


Ignore:
Timestamp:
2013-05-08T10:29:45Z (12 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/lib/c/include/inet/dnsr.h

    r9f029aa r959d2ec  
    3838#include <inet/inet.h>
    3939
     40enum {
     41        DNSR_NAME_MAX_SIZE = 255
     42};
     43
    4044typedef struct {
    41         /** Host name */
    42         char *name;
     45        /** Host canonical name */
     46        char *cname;
    4347        /** Host address */
    4448        inet_addr_t addr;
Note: See TracChangeset for help on using the changeset viewer.