Changeset f85ed4b in mainline for uspace/srv/net/dnsres/dns_type.h


Ignore:
Timestamp:
2012-08-12T17:51:26Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08a6382
Parents:
adae30d
Message:

Fixes: initialize off, increment lsize.

File:
1 edited

Legend:

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

    radae30d rf85ed4b  
    6969/** Unencoded DNS message question section */
    7070typedef struct {
    71         link_t *msg;
     71        link_t msg;
    7272        /** Domain name in text format (dot notation) */
    7373        char *qname;
Note: See TracChangeset for help on using the changeset viewer.