1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00
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
..
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-28 19:15:34 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-20 18:53:11 +01:00
2019-11-23 22:39:07 +01:00
2019-10-04 11:35:52 +02:00
2019-11-23 22:39:37 +01:00
2019-12-05 15:39:24 +01:00
2019-12-06 09:36:33 +01:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:37 +01:00
2020-01-02 13:22:35 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:37 +01:00
2019-11-23 22:39:07 +01:00