Changes in uspace/srv/net/tl/udp/udp.h [6b82009:457a6f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/udp/udp.h
r6b82009 r457a6f5 38 38 #define NET_UDP_H_ 39 39 40 #include <async.h>41 40 #include <fibril_synch.h> 42 41 #include <socket_core.h> … … 50 49 /** UDP global data. */ 51 50 struct udp_globals { 52 /** Networking module session. */53 async_sess_t *net_sess;54 /** IP module session. */55 async_sess_t *ip_sess;56 /** ICMP module session. */57 async_sess_t *icmp_sess;51 /** Networking module phone. */ 52 int net_phone; 53 /** IP module phone. */ 54 int ip_phone; 55 /** ICMP module phone. */ 56 int icmp_phone; 58 57 /** Packet dimension. */ 59 58 packet_dimension_t packet_dimension;
Note:
See TracChangeset
for help on using the changeset viewer.