mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 19:10:41 -05:00
added data hash to GxsTrans display
This commit is contained in:
parent
4fa6cbe6e6
commit
a3096f26a5
4 changed files with 29 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue