Use the packed version of ip_addr_t in struct netbios_name_hdr

This commit is contained in:
goldsimon 2010-06-14 16:04:57 +00:00
parent c7acce523a
commit 04cbdfe912
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ struct netbios_name_hdr {
PACK_STRUCT_FIELD(u32_t ttl);
PACK_STRUCT_FIELD(u16_t datalen);
PACK_STRUCT_FIELD(u16_t flags);
PACK_STRUCT_FIELD(ip_addr_t addr);
PACK_STRUCT_FIELD(ip_addr_p_t addr);
} PACK_STRUCT_STRUCT;
PACK_STRUCT_END
#ifdef PACK_STRUCT_USE_INCLUDES