Parses reboot statistics now.

FossilOrigin-Name: 1f5e6996e20459fe29043ee63d84613bf1c7013b9651adc80df54e501d32cede
This commit is contained in:
7u83@mail.ru 2014-08-15 00:24:38 +00:00
parent 780037419c
commit 0346b32d6d
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ static int process_elem(void *w,int type,uint8_t* msgelem,int len)
if (wtpinfo_readelem_ac_name(wtpinfo,type,msgelem,len))
return 1;
if (cw_readelem_wtp_reboot_statistics(&wtpinfo->reboot_statistics,type,msgelem,len))
return 1;
/*
if (wtpinfo_readelem_location_data(wtpinfo,type,msgelem,len))