mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
add names to gxs threads
This commit is contained in:
parent
bc23c2f7b9
commit
f9d4a0cbfb
3 changed files with 17 additions and 17 deletions
|
@ -120,8 +120,8 @@ class RsServer: public RsControl, public RsTickingThread
|
|||
public:
|
||||
/* Config */
|
||||
|
||||
virtual void ConfigFinalSave( );
|
||||
virtual void startServiceThread(RsTickingThread *t) ;
|
||||
virtual void ConfigFinalSave( );
|
||||
virtual void startServiceThread(RsTickingThread *t, const std::string &threadName) ;
|
||||
|
||||
/************* Rs shut down function: in upnp 'port lease time' bug *****************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue