Parses reboot statistics now.
FossilOrigin-Name: 1f5e6996e20459fe29043ee63d84613bf1c7013b9651adc80df54e501d32cede
This commit is contained in:
parent
780037419c
commit
0346b32d6d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user