Added in Libresapi: Short comment to FileSharingHandler

This commit is contained in:
Konrad 2018-01-01 23:38:07 +01:00
parent 9bb6adc036
commit 96e75074a8

View File

@ -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;