added group data retrieval to GxsTransStatistics

This commit is contained in:
csoler 2017-05-25 16:56:29 +02:00
parent a136fb6fda
commit 14b9a54773
3 changed files with 124 additions and 5 deletions

View file

@ -68,6 +68,7 @@ struct RsGxsTransOutgoingRecord
{
GxsTransSendStatus status;
RsGxsId recipient;
RsGxsTransId trans_id;
uint32_t data_size ;
GxsTransSubServices client_service;
};