Changes in uspace/srv/net/tl/icmp/icmp.h [753bca3:849ed54] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp.h
r753bca3 r849ed54 40 40 #include <fibril_synch.h> 41 41 42 #include < net/icmp_codes.h>42 #include <icmp_codes.h> 43 43 #include <adt/int_map.h> 44 44 #include <icmp_header.h> … … 67 67 68 68 /** Echo specific data map. 69 * The bundle module gets an identifier of the assigned echo specific data while connecting. 69 70 * The identifier is used in the future semi-remote calls instead of the ICMP phone. 70 71 */
Note:
See TracChangeset
for help on using the changeset viewer.