1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/net/sock
Martine S. Lenders 43b1c5c74c
sock_async: fix cyclic dependency with sock_types.h
Typically a stack needs to add the callback for a sock as a member of
its respective `sock` type so `sock_types.h` needs to include
`net/sock/async.h` at the moment. As those however include
`net/sock/<prot>.h`, which in turn include `sock_types.h`, we create a
cyclic dependency.

This fix resolves this cyclic dependency, by putting the callback
definitions in its own header that then in turn can be also included
by `sock_types.h`.
2020-01-07 10:13:01 +01:00
..
async sock_async: fix cyclic dependency with sock_types.h 2020-01-07 10:13:01 +01:00
async.h sock_async: fix cyclic dependency with sock_types.h 2020-01-07 10:13:01 +01:00
dns.h sock_dns: fix typo in doc 2018-06-22 13:23:26 +02:00
dtls.h sys/net pkg/: document DTLS support in net_dtls 2019-08-27 16:41:39 +02:00
ip.h sock_ip: fix documenation referring to UDP sock 2019-06-19 14:18:45 +02:00
tcp.h
udp.h sock_udp: define send error-state for full port pool 2018-06-20 14:51:17 +02:00
util.h net/sock/util: Move configuration macros to 'CONFIG_' namespace 2019-12-13 12:04:54 +01:00