added data hash to GxsTrans display

This commit is contained in:
csoler 2017-05-26 20:28:44 +02:00
parent 4fa6cbe6e6
commit a3096f26a5
4 changed files with 29 additions and 34 deletions

View file

@ -69,8 +69,13 @@ struct RsGxsTransOutgoingRecord
GxsTransSendStatus status;
RsGxsId recipient;
RsGxsTransId trans_id;
uint32_t data_size ;
GxsTransSubServices client_service;
uint32_t data_size ;
Sha1CheckSum data_hash ;
uint32_t send_TS ;
RsGxsGroupId group_id ;
};
class RsGxsTrans: public RsGxsIfaceHelper