picloud multithread fix

This commit is contained in:
2021-08-31 19:40:22 +03:00
parent 4c85206cfa
commit be3ce454a0
2 changed files with 15 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "pip_cloud_export.h"
#include "pistring.h"
#include "pimutex.h"
class PIEthernet;
@@ -86,6 +87,8 @@ private:
PIByteArray suuid;
PIString server_name;
PIStreamPacker * streampacker;
PIMutex mutex_send;
};
}