Changeset f85ed4b in mainline for uspace/srv/net/dnsres/dns_type.h
- Timestamp:
- 2012-08-12T17:51:26Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 08a6382
- Parents:
- adae30d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsres/dns_type.h
radae30d rf85ed4b 69 69 /** Unencoded DNS message question section */ 70 70 typedef struct { 71 link_t *msg;71 link_t msg; 72 72 /** Domain name in text format (dot notation) */ 73 73 char *qname;
Note:
See TracChangeset
for help on using the changeset viewer.