mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 11:00:37 -05:00
commit
ba7cf4995b
8 changed files with 43 additions and 8 deletions
|
|
@ -86,7 +86,9 @@ public:
|
|||
EXPR_SIZE_MB = 8 } token ;
|
||||
|
||||
static Expression *toExpr(const LinearizedExpression& e) ;
|
||||
|
||||
|
||||
std::string GetStrings();
|
||||
|
||||
private:
|
||||
static Expression *toExpr(const LinearizedExpression& e,int&,int&,int&) ;
|
||||
static void readStringExpr(const LinearizedExpression& e,int& n_ints,int& n_strings,std::list<std::string>& strings,bool& b,StringOperator& op) ;
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ struct TurtleRequestDisplayInfo
|
|||
RsPeerId source_peer_id ; // Peer that relayed the request
|
||||
uint32_t age ; // Age in seconds
|
||||
uint32_t depth ; // Depth of the request. Might be altered.
|
||||
std::string keywords;
|
||||
};
|
||||
|
||||
class TurtleTrafficStatisticsInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue