Changeset 4687a26c in mainline for uspace/srv/net/tl/icmp/icmp.h
- Timestamp:
- 2010-11-02T18:29:01Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 4f35b9ff
- Parents:
- 76e1121f (diff), 28f4adb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp.h
r76e1121f r4687a26c 40 40 #include <fibril_synch.h> 41 41 42 #include < icmp_codes.h>42 #include <net/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.70 69 * The identifier is used in the future semi-remote calls instead of the ICMP phone. 71 70 */
Note:
See TracChangeset
for help on using the changeset viewer.