Changeset 7262f89 in mainline for uspace/srv/net/dnsres/dns_type.h
- Timestamp:
- 2013-04-20T10:42:13Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dc95342
- Parents:
- f1dcf6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsres/dns_type.h
rf1dcf6d r7262f89 38 38 39 39 #include <adt/list.h> 40 #include <inet/inet.h> 40 41 #include <stdbool.h> 41 42 #include <stdint.h> … … 80 81 /** Unencoded DNS resource record */ 81 82 typedef struct { 83 link_t msg; 82 84 /** Domain name */ 83 85 char *name; … … 97 99 /** Host information */ 98 100 typedef struct { 101 /** Host name */ 102 char *name; 103 /** Host address */ 104 inet_addr_t addr; 99 105 } dns_host_info_t; 100 106
Note:
See TracChangeset
for help on using the changeset viewer.