mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 05:14:31 -04:00
added items for generic search result items for GXS
This commit is contained in:
parent
0ada4d4895
commit
e7182013bf
2 changed files with 43 additions and 2 deletions
|
@ -33,7 +33,9 @@
|
|||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
#include "serialiser/rstlvbinary.h"
|
||||
#include "retroshare/rstypes.h"
|
||||
#include "retroshare/rsgxsifacetypes.h"
|
||||
|
||||
namespace RsRegularExpression { class LinearizedExpression ; }
|
||||
class RsTurtleClientService ;
|
||||
|
@ -52,6 +54,12 @@ struct TurtleFileInfo
|
|||
std::string name ;
|
||||
uint64_t size ;
|
||||
};
|
||||
struct TurtleGxsInfo
|
||||
{
|
||||
RsGxsGroupId group_id ;
|
||||
std::string name ;
|
||||
RsTlvBinaryData meta ;
|
||||
};
|
||||
struct TurtleTunnelRequestDisplayInfo
|
||||
{
|
||||
uint32_t request_id ; // Id of the request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue