Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4720 → Rev 4721

/branches/network/uspace/srv/net/tl/icmp/icmp.h
42,7 → 42,6
#include "../../include/icmp_codes.h"
 
#include "../../structures/int_map.h"
#include "../../structures/generic_field.h"
 
#include "icmp_header.h"
 
68,12 → 67,11
*/
INT_MAP_DECLARE( icmp_replies, icmp_reply_t );
 
/** Echo specific data field.
* Used for bundle modules.
* The bundle module gets an index to the assigned echo specific data while connecting.
* The index is used in the future semi-remote calls instead of the ICMP phone.
/** Echo specific data map.
* The bundle module gets an identifier of the assigned echo specific data while connecting.
* The identifier is used in the future semi-remote calls instead of the ICMP phone.
*/
GENERIC_FIELD_DECLARE( icmp_echo_data, icmp_echo_t );
INT_MAP_DECLARE( icmp_echo_data, icmp_echo_t );
 
/** ICMP reply data.
*/