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:07 +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
2019-03-26 21:56:05 +01:00
2017-05-24 17:54:02 +02:00
2019-11-23 22:39:37 +01:00
2019-01-10 18:07:29 +01:00
2019-09-12 14:58:16 +03:00
2019-11-23 22:39:07 +01:00
2017-05-24 17:54:02 +02:00
2019-11-23 22:39:37 +01:00
2018-04-10 15:40:18 +02:00
2019-03-26 21:37:20 +01:00
2019-11-23 22:39:07 +01:00
2018-03-06 14:00:32 +01:00
2019-11-23 22:39:37 +01:00
2019-03-26 21:56:05 +01:00
2018-01-30 21:18:36 +01:00
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:37 +01:00
2017-05-24 17:54:02 +02:00