mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
Added in Libresapi: Short comment to FileSharingHandler
This commit is contained in:
parent
9bb6adc036
commit
96e75074a8
@ -55,10 +55,10 @@ private:
|
||||
|
||||
void handleDownload(Request& req, Response& resp);
|
||||
|
||||
StateToken mLocalDirStateToken;
|
||||
StateToken mRemoteDirStateToken;
|
||||
StateToken mLocalDirStateToken; // Token indicating change in local shared files
|
||||
StateToken mRemoteDirStateToken; // Token indicating change in remote (friends') shared files
|
||||
StateTokenServer* mStateTokenServer;
|
||||
RsMutex mMtx;
|
||||
RsMutex mMtx; // Inherited virtual functions of NotifyClient may be called from foreing thread
|
||||
|
||||
RsFiles* mRsFiles;
|
||||
RsNotify* mNotify;
|
||||
|
Loading…
Reference in New Issue
Block a user