diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 21:53:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 21:53:52 +0000 |
commit | 1e089e1f91c7280712d03947d60c0d922a414c34 (patch) | |
tree | 0baeff1d89a5195c5327d3d03b16fc112d163750 /plugins/FTPFileYM/src/job_packer.h | |
parent | 42f33aaf630e67c1b25d6cf9ca2ba1886e88d2f6 (diff) |
FTPFile to use standard locks
git-svn-id: http://svn.miranda-ng.org/main/trunk@13806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/job_packer.h')
-rw-r--r-- | plugins/FTPFileYM/src/job_packer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/job_packer.h b/plugins/FTPFileYM/src/job_packer.h index 297f256076..bbdee99241 100644 --- a/plugins/FTPFileYM/src/job_packer.h +++ b/plugins/FTPFileYM/src/job_packer.h @@ -33,7 +33,7 @@ private: time_t lastUpdateTick;
static Event jobDone;
- static Mutex mutexJobCount;
+ static mir_cs mutexJobCount;
static int iRunningJobCount;
static void waitingThread(void *arg);
|