mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -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);
|
void handleDownload(Request& req, Response& resp);
|
||||||
|
|
||||||
StateToken mLocalDirStateToken;
|
StateToken mLocalDirStateToken; // Token indicating change in local shared files
|
||||||
StateToken mRemoteDirStateToken;
|
StateToken mRemoteDirStateToken; // Token indicating change in remote (friends') shared files
|
||||||
StateTokenServer* mStateTokenServer;
|
StateTokenServer* mStateTokenServer;
|
||||||
RsMutex mMtx;
|
RsMutex mMtx; // Inherited virtual functions of NotifyClient may be called from foreing thread
|
||||||
|
|
||||||
RsFiles* mRsFiles;
|
RsFiles* mRsFiles;
|
||||||
RsNotify* mNotify;
|
RsNotify* mNotify;
|
||||||
|
Loading…
Reference in New Issue
Block a user