Changeset 58e8646 in mainline for uspace/srv/net/udp/udp_type.h


Ignore:
Timestamp:
2017-08-23T18:37:21Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
258d77e
Parents:
853802e
Message:

Fix DNS resolution not working due to missing local address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/udp_type.h

    r853802e r58e8646  
    4141#include <inet/endpoint.h>
    4242#include <ipc/loc.h>
     43#include <stdbool.h>
    4344#include <stddef.h>
    4445#include <inet/addr.h>
     
    119120        /** Receive queue CV. Broadcast when new datagram is inserted */
    120121        fibril_condvar_t rcv_queue_cv;
     122        /** Allow sending messages with no local address */
     123        bool nolocal;
    121124
    122125        udp_assoc_cb_t *cb;
Note: See TracChangeset for help on using the changeset viewer.