Added acinfo_readelem_acname as macro.

FossilOrigin-Name: 0f12c148b699702a4950481f66facf6f0f5dcadc6a1c1641d88a55c26f788deb
This commit is contained in:
7u83@mail.ru 2014-08-14 23:30:20 +00:00
parent 7c3d000cea
commit 7c09de1b0c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ extern int acinfo_print(char *str,const struct ac_info *acinfo);
#define acinfo_readelem_ecn_support(acinfo,type,msg,len) cw_readelem_ecn_support(&acinfo->ecn_support,type,msg,len)
#define acinfo_readelem_cw_local_ip_addr(acinfo,type,msg,len) cw_readelem_cw_local_ip_addr(&acinfo->local_ip,type,msg,len)
#define acinfo_readelem_ac_name(acinfo,type,msg,len) cw_readelem_ac_name(&acinfo->ac_name,type,msg,len)
#endif