mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
latest OSX patches
This commit is contained in:
parent
47328a4ec9
commit
699299ae8a
7 changed files with 28 additions and 8 deletions
|
@ -225,7 +225,9 @@ private:
|
|||
void handleLowLevelTransactionAckItem(RsGRouterTransactionAcknItem*) ;
|
||||
|
||||
static Sha1CheckSum computeDataItemHash(RsGRouterGenericDataItem *data_item);
|
||||
|
||||
#ifdef __APPLE__
|
||||
public:
|
||||
#endif
|
||||
class nullstream: public std::ostream {};
|
||||
|
||||
std::ostream& grouter_debug() const
|
||||
|
@ -234,7 +236,9 @@ private:
|
|||
|
||||
return _debug_enabled?(std::cerr):null;
|
||||
}
|
||||
|
||||
#ifdef __APPLE__
|
||||
private:
|
||||
#endif
|
||||
void routePendingObjects() ;
|
||||
void handleTunnels() ;
|
||||
void autoWash() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue